removeTOTPAuthenticator method

ResponseFuture<RemoveTOTPAuthenticatorResponse> removeTOTPAuthenticator(
  1. RemoveTOTPAuthenticatorRequest request, {
  2. 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);
}