Uses of Class
de.jsone_studios.wrapper.spotify.authentication.Scope
-
Packages that use Scope Package Description de.jsone_studios.wrapper.spotify.authentication -
-
Uses of Scope in de.jsone_studios.wrapper.spotify.authentication
Methods in de.jsone_studios.wrapper.spotify.authentication that return Scope Modifier and Type Method Description static ScopeScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Scope[]Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in de.jsone_studios.wrapper.spotify.authentication with type arguments of type Scope Modifier and Type Method Description okhttp3.HttpUrlSpotifyAuthApi. getAuthorizeUrl(String responseType, String redirectUri, String state, List<Scope> scopes)okhttp3.HttpUrlSpotifyAuthApi. getAuthorizeUrl(String redirectUri, String state, List<Scope> scopes)
-