Package-level declarations

Types

Link copied to clipboard
class AccessTokenInterceptor @Inject constructor(credentialProvider: CredentialProvider) : <ERROR CLASS> ERROR CLASS: Symbol not found for Interceptor

Interceptor used to add Bearer Token authentication headers to requests.

Link copied to clipboard
class BasicAuthenticationInterceptor @Inject constructor(credentialProvider: CredentialProvider) : <ERROR CLASS> ERROR CLASS: Symbol not found for Interceptor

Interceptor used to add Basic Authentication headers to requests.