removeOTPSMS method
ResponseFuture<RemoveOTPSMSResponse>
removeOTPSMS(
- RemoveOTPSMSRequest request, {
- CallOptions? options,
Remove OTP SMS from a user
Remove the configured OTP SMS factor of a 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.RemoveOTPSMSResponse> removeOTPSMS(
$0.RemoveOTPSMSRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeOTPSMS, request, options: options);
}