Package de.jsone_studios.wrapper.spotify
Interface AuthenticationProvider
-
public interface AuthenticationProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccessToken()StringgetClientId()StringgetClientSecret()StringgetRefreshToken()voidonErrorGettingAuthTokens(SpotifyApiException exception)voidonNewAuthTokens(AuthTokens authTokens)
-
-
-
Method Detail
-
getAccessToken
String getAccessToken()
-
getRefreshToken
String getRefreshToken()
-
getClientId
String getClientId()
-
getClientSecret
String getClientSecret()
-
onNewAuthTokens
void onNewAuthTokens(AuthTokens authTokens)
-
onErrorGettingAuthTokens
void onErrorGettingAuthTokens(SpotifyApiException exception)
-
-