aistore.sdk.authn.token_manager
aistore.sdk.authn.token_manager
Module Contents
Classes
Data
API
Manages token-related operations.
This class provides methods to interact with tokens in the AuthN server. .
Parameters:
client
The RequestClient used to make HTTP requests.
client
Returns the RequestClient instance used by this TokenManager.
Revokes the specified authentication token.
Parameters:
token
The token to be revoked.
Raises:
ValueError: If the token is not provided.AISError: If the revoke token request fails.