removeHumanAuthFactorOTPSMS method
ResponseFuture<RemoveHumanAuthFactorOTPSMSResponse>
removeHumanAuthFactorOTPSMS(
- RemoveHumanAuthFactorOTPSMSRequest request, {
- CallOptions? options,
Remove Multi-Factor OTP SMS
Deprecated: use user service v2 RemoveOTPSMS instead.
Remove the configured One-Time Password (OTP) SMS as a factor from the user. As only one OTP SMS per user is allowed, the user will not have OTP SMS as a second factor afterward.
Implementation
$grpc.ResponseFuture<$0.RemoveHumanAuthFactorOTPSMSResponse>
removeHumanAuthFactorOTPSMS(
$0.RemoveHumanAuthFactorOTPSMSRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeHumanAuthFactorOTPSMS, request,
options: options);
}