removeHumanAuthFactorOTPEmail method

ResponseFuture<RemoveHumanAuthFactorOTPEmailResponse> removeHumanAuthFactorOTPEmail(
  1. RemoveHumanAuthFactorOTPEmailRequest request, {
  2. CallOptions? options,
})

Remove Multi-Factor OTP Email

Deprecated: use user service v2 RemoveOTPEmail instead.

Remove the configured One-Time Password (OTP) Email as a factor from the user. As only one OTP Email per user is allowed, the user will not have OTP Email as a second factor afterward.

Implementation

$grpc.ResponseFuture<$0.RemoveHumanAuthFactorOTPEmailResponse>
    removeHumanAuthFactorOTPEmail(
  $0.RemoveHumanAuthFactorOTPEmailRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$removeHumanAuthFactorOTPEmail, request,
      options: options);
}