removeMyAuthFactorOTPEmail method

ResponseFuture<RemoveMyAuthFactorOTPEmailResponse> removeMyAuthFactorOTPEmail(
  1. RemoveMyAuthFactorOTPEmailRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.RemoveMyAuthFactorOTPEmailResponse> removeMyAuthFactorOTPEmail($2.RemoveMyAuthFactorOTPEmailRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeMyAuthFactorOTPEmail, request, options: options);
}