Uses of Class
com.wrapper.spotify.model_objects.credentials.AuthorizationCodeCredentials
-
Packages that use AuthorizationCodeCredentials Package Description com.wrapper.spotify.model_objects.credentials com.wrapper.spotify.requests.authorization.authorization_code -
-
Uses of AuthorizationCodeCredentials in com.wrapper.spotify.model_objects.credentials
Methods in com.wrapper.spotify.model_objects.credentials that return AuthorizationCodeCredentials Modifier and Type Method Description AuthorizationCodeCredentialsAuthorizationCodeCredentials.Builder. build()AuthorizationCodeCredentialsAuthorizationCodeCredentials.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject) -
Uses of AuthorizationCodeCredentials in com.wrapper.spotify.requests.authorization.authorization_code
Methods in com.wrapper.spotify.requests.authorization.authorization_code that return AuthorizationCodeCredentials Modifier and Type Method Description AuthorizationCodeCredentialsAuthorizationCodeRefreshRequest. execute()Request newAuthorizationCodeCredentials.AuthorizationCodeCredentialsAuthorizationCodeRequest. execute()Request newAuthorizationCodeCredentials.
-