Uses of Class
se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERequest.Builder
Package
Description
-
Uses of AuthorizationCodePKCERequest.Builder in se.michaelthelin.spotify
Modifier and TypeMethodDescriptionSpotifyApi.authorizationCodePKCE
(String code, String code_verifier) Returns a builder that can be used to build requests for authorization code grants using the Proof Key for Code Exchange (PKCE) flow.SpotifyApi.authorizationCodePKCE
(String client_id, String code, String code_verifier, URI redirect_uri) Returns a builder that can be used to build requests for authorization code grants using the Proof Key for Code Exchange (PKCE) flow. -
Uses of AuthorizationCodePKCERequest.Builder in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce
Modifier and TypeMethodDescriptionThe client ID setter.The authorization code setter.AuthorizationCodePKCERequest.Builder.code_verifier
(String code_verifier) The code verifier setter.AuthorizationCodePKCERequest.Builder.grant_type
(String grant_type) The grant type setter.AuthorizationCodePKCERequest.Builder.redirect_uri
(URI redirect_uri) The redirect URI setter.protected AuthorizationCodePKCERequest.Builder
AuthorizationCodePKCERequest.Builder.self()