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