Uses of Class
se.michaelthelin.spotify.enums.AuthorizationScope
-
Packages that use AuthorizationScope Package Description se.michaelthelin.spotify.enums se.michaelthelin.spotify.requests.authorization.authorization_code -
-
Uses of AuthorizationScope in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return AuthorizationScope Modifier and Type Method Description static AuthorizationScopeAuthorizationScope. keyOf(String type)static AuthorizationScopeAuthorizationScope. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorizationScope[]AuthorizationScope. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthorizationScope in se.michaelthelin.spotify.requests.authorization.authorization_code
Methods in se.michaelthelin.spotify.requests.authorization.authorization_code with parameters of type AuthorizationScope Modifier and Type Method Description AuthorizationCodeUriRequest.BuilderAuthorizationCodeUriRequest.Builder. scope(AuthorizationScope... scopes)
-