AuthTokenProvider

fun interface AuthTokenProvider

Use this class to provide authentication tokens to the MastodonClient.

Functions

Link copied to clipboard
abstract fun provideAuthToken(): AuthToken?

Provide an authentication token, or null to send unauthenticated requests.