Class ImplicitGrantFlow
java.lang.Object
de.sonallux.spotify.api.authorization.TokenStoreApiAuthorizationProvider
de.sonallux.spotify.api.authorization.implicit_grant.ImplicitGrantFlow
- All Implemented Interfaces:
ApiAuthorizationProvider
Implements the
Implicit Grant Flow
-
Field Summary
Fields inherited from class de.sonallux.spotify.api.authorization.TokenStoreApiAuthorizationProvider
tokenStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class de.sonallux.spotify.api.authorization.TokenStoreApiAuthorizationProvider
getAuthorizationHeaderValue, refreshAccessToken
-
Constructor Details
-
ImplicitGrantFlow
-
-
Method Details
-
createAuthorizationUrl
-
parseAuthorizationRedirectResponse
public AuthorizationRedirectResponse<RedirectResponseBody> parseAuthorizationRedirectResponse(String url) -
useResponse
-