removeOTPSMS method

ResponseFuture<RemoveOTPSMSResponse> removeOTPSMS(
  1. RemoveOTPSMSRequest request, {
  2. 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);
}