removeOTPSMSAuthenticator method
ResponseFuture<RemoveOTPSMSAuthenticatorResponse>
removeOTPSMSAuthenticator(
- RemoveOTPSMSAuthenticatorRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.RemoveOTPSMSAuthenticatorResponse> removeOTPSMSAuthenticator($0.RemoveOTPSMSAuthenticatorRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$removeOTPSMSAuthenticator, request, options: options);
}