SpotifyDefaultCredentialStore

fun SpotifyDefaultCredentialStore(clientId: String, redirectUri: String, applicationContext: Context)

Parameters

clientId

The client id associated with your application

applicationContext

The application context - you can obtain this by storing your application context statically (such as with a companion object)

Sources

android source
Link copied to clipboard