Package-level declarations
Types
Link copied to clipboard
object AuthenticationSingleton
Singleton class responsible for managing user authentication state.
Link copied to clipboard
Interceptor class responsible for adding the Authorization header with the user token to the outgoing requests.
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Decodes the payload of a JWT (JSON Web Token) and returns a DecodedPayload object.
Link copied to clipboard
Checks whether a given JWT is valid based on its expiration time.