Package-level declarations

Types

Link copied to clipboard
class AccessTokenInterceptor @Inject constructor(accessTokenCredentials: AccessTokenCredentials) : Interceptor

Interceptor used to add Bearer Token authentication headers to requests.

Link copied to clipboard
class BasicAuthenticationInterceptor @Inject constructor(basicAuthCredentials: BasicAuthCredentials) : Interceptor

Interceptor used to add Basic Authentication headers to requests.