removeOTPSMS method
ResponseFuture<RemoveOTPSMSResponse>
removeOTPSMS(
- RemoveOTPSMSRequest request, {
- CallOptions? options,
Remove One-Time Password (OTP) SMS from a user
Remove the configured One-Time Password (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.
Deprecated: please move to the corresponding endpoint under user service v2 (GA).
Implementation
$grpc.ResponseFuture<$0.RemoveOTPSMSResponse> removeOTPSMS(
$0.RemoveOTPSMSRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeOTPSMS, request, options: options);
}