Package-level declarations

Classes related to API authentication.

Types

Link copied to clipboard
data class AuthToken(val accessToken: String, val type: String = "Bearer")

Token used for API request authentication.

Link copied to clipboard
fun interface AuthTokenProvider

Use this class to provide authentication tokens to the MastodonClient.