Types
ApiAuthenticator
Link copied to clipboard
CredentialsStore
Link copied to clipboard
EmptyTokenApiAuthenticator
Link copied to clipboard
HasAccessToken
Link copied to clipboard
interface HasAccessToken
Content copied to clipboard
ProvidedTokenAuthenticator
Link copied to clipboard
class ProvidedTokenAuthenticator(token: String) : ApiAuthenticator<HasAccessToken>
Content copied to clipboard
StoringApiAuthenticator
Link copied to clipboard
class StoringApiAuthenticator<T : Any>(delegate: ApiAuthenticator<T>, store: CredentialsStore<T>) : ApiAuthenticator<T>
Content copied to clipboard