removeOTPEmailAuthenticator method

ResponseFuture<RemoveOTPEmailAuthenticatorResponse> removeOTPEmailAuthenticator(
  1. RemoveOTPEmailAuthenticatorRequest request, {
  2. CallOptions? options,
})

Remove a OTP Email authenticator

Remove an existing one-time password (OTP) Email authenticator from a user, so it cannot be used for authentication anymore.

Implementation

$grpc.ResponseFuture<$0.RemoveOTPEmailAuthenticatorResponse>
    removeOTPEmailAuthenticator(
  $0.RemoveOTPEmailAuthenticatorRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$removeOTPEmailAuthenticator, request,
      options: options);
}