removeTOTPAuthenticator method
ResponseFuture<RemoveTOTPAuthenticatorResponse>
removeTOTPAuthenticator(
- RemoveTOTPAuthenticatorRequest request, {
- CallOptions? options,
Remove a TOTP authenticator
Remove an existing TOTP authenticator from a user, so it cannot be used for authentication anymore.
Implementation
$grpc.ResponseFuture<$0.RemoveTOTPAuthenticatorResponse>
removeTOTPAuthenticator(
$0.RemoveTOTPAuthenticatorRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeTOTPAuthenticator, request,
options: options);
}