Uses of Class
de.sonallux.spotify.api.authorization.implicit_grant.RedirectResponseBody
-
Packages that use RedirectResponseBody Package Description de.sonallux.spotify.api.authorization.implicit_grant -
-
Uses of RedirectResponseBody in de.sonallux.spotify.api.authorization.implicit_grant
Methods in de.sonallux.spotify.api.authorization.implicit_grant that return types with arguments of type RedirectResponseBody Modifier and Type Method Description AuthorizationRedirectResponse<RedirectResponseBody>ImplicitGrantFlow. parseAuthorizationRedirectResponse(String url)Method parameters in de.sonallux.spotify.api.authorization.implicit_grant with type arguments of type RedirectResponseBody Modifier and Type Method Description voidImplicitGrantFlow. useResponse(AuthorizationRedirectResponse<RedirectResponseBody> response)
-