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