Package com.adamratzman.spotify.auth

Types

CredentialType
Link copied to clipboard
enum CredentialType : Enum<CredentialType>
SpotifyDefaultCredentialStore
Link copied to clipboard
class SpotifyDefaultCredentialStore(clientId: String, redirectUri: String, applicationContext: Context)
Provided credential store for holding current Spotify token credentials, allowing you to easily store and retrieve Spotify tokens.

Functions

getDefaultCredentialStore
Link copied to clipboard
fun Application.getDefaultCredentialStore(clientId: String, redirectUri: String): SpotifyDefaultCredentialStore