Uses of Class
com.wrapper.spotify.model_objects.credentials.ClientCredentials
-
Packages that use ClientCredentials Package Description com.wrapper.spotify.model_objects.credentials com.wrapper.spotify.requests.authorization.client_credentials -
-
Uses of ClientCredentials in com.wrapper.spotify.model_objects.credentials
Methods in com.wrapper.spotify.model_objects.credentials that return ClientCredentials Modifier and Type Method Description ClientCredentialsClientCredentials.Builder. build()ClientCredentialsClientCredentials.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject) -
Uses of ClientCredentials in com.wrapper.spotify.requests.authorization.client_credentials
Methods in com.wrapper.spotify.requests.authorization.client_credentials that return ClientCredentials Modifier and Type Method Description ClientCredentialsClientCredentialsRequest. execute()Request an access token.
-