removeMyAuthFactorOTPSMS method
ResponseFuture<RemoveMyAuthFactorOTPSMSResponse>
removeMyAuthFactorOTPSMS(
- RemoveMyAuthFactorOTPSMSRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.RemoveMyAuthFactorOTPSMSResponse>
removeMyAuthFactorOTPSMS(
$0.RemoveMyAuthFactorOTPSMSRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeMyAuthFactorOTPSMS, request,
options: options);
}