removeHumanAuthFactorOTP method

ResponseFuture<RemoveHumanAuthFactorOTPResponse> removeHumanAuthFactorOTP(
  1. RemoveHumanAuthFactorOTPRequest request, {
  2. CallOptions? options,
})

Remove Multi-Factor OTP

Deprecated: use user service v2 RemoveTOTP instead.

Remove the configured One-Time Password (OTP) as a factor from the user. OTP is an authentication app, like Authy or Google/Microsoft Authenticator.

Implementation

$grpc.ResponseFuture<$0.RemoveHumanAuthFactorOTPResponse>
    removeHumanAuthFactorOTP(
  $0.RemoveHumanAuthFactorOTPRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$removeHumanAuthFactorOTP, request,
      options: options);
}