Uses of Class
se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeUriRequest.Builder
Package
Description
-
Uses of AuthorizationCodeUriRequest.Builder in se.michaelthelin.spotify
Modifier and TypeMethodDescriptionSpotifyApi.authorizationCodePKCEUri
(String code_challenge) Retrieve an URL where the user can give the application permissions using the Proof Key for Code Exchange (PKCE) flow.SpotifyApi.authorizationCodePKCEUri
(String client_id, String code_challenge, URI redirect_uri) Retrieve an URL where the user can give the application permissions using the Proof Key for Code Exchange (PKCE) flow.SpotifyApi.authorizationCodeUri()
Retrieve an URL where the user can give the application permissions.SpotifyApi.authorizationCodeUri
(String client_id, URI redirect_uri) Retrieve an URL where the user can give the application permissions. -
Uses of AuthorizationCodeUriRequest.Builder in se.michaelthelin.spotify.requests.authorization.authorization_code
Modifier and TypeMethodDescriptionThe client ID setter.AuthorizationCodeUriRequest.Builder.code_challenge
(String code_challenge) The code challenge setter.AuthorizationCodeUriRequest.Builder.code_challenge_method
(String code_challenge_method) The code challenge method setter.AuthorizationCodeUriRequest.Builder.redirect_uri
(URI redirect_uri) The redirect URI setter.AuthorizationCodeUriRequest.Builder.response_type
(String response_type) The response type setter.The scope setter.AuthorizationCodeUriRequest.Builder.scope
(AuthorizationScope... scopes) protected AuthorizationCodeUriRequest.Builder
AuthorizationCodeUriRequest.Builder.self()
AuthorizationCodeUriRequest.Builder.show_dialog
(boolean show_dialog) The show dialog setter.The state setter.