removeMyAuthFactorOTP method

ResponseFuture<RemoveMyAuthFactorOTPResponse> removeMyAuthFactorOTP(
  1. RemoveMyAuthFactorOTPRequest request, {
  2. CallOptions? options,
})

Implementation

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