AuthImplementation
@Singleton
Implementation of the AuthInterface for managing authentication credentials.
This class handles setting and clearing basic authentication and access token credentials.
Parameters
basicAuthCredentials
The credentials for basic authentication.
accessTokenCredentials
The credentials for access token authentication.
Constructors
Link copied to clipboard
@Inject
Functions
Link copied to clipboard
Clears all authentication credentials.
Link copied to clipboard
Checks if basic authentication credentials are set.
Link copied to clipboard
Checks if the access token is set and valid.
Link copied to clipboard
Sets the access token credentials.
Link copied to clipboard
Sets the basic authentication credentials.