Package-level declarations

Types

Link copied to clipboard
@Singleton
class AuthImplementation @Inject constructor(basicAuthCredentials: BasicAuthCredentials, accessTokenCredentials: AccessTokenCredentials) : AuthInterface

Implementation of the AuthInterface for managing authentication credentials.