Package-level declarations
Types
Link copied to clipboard
data class ClientAccount(session: OAuthSession? = null, var userInformation: UserInformation? = null, var cosmetics: Set<Cosmetic>? = null)
Represents a client account that is used to authenticate with the LiquidBounce API. It might hold additional information that can be obtained from the API.
Link copied to clipboard
Represents a value that expires at a certain time defined by expiresAt.
Link copied to clipboard
Contains the access token and the refresh token.
Link copied to clipboard