Uses of Class
se.michaelthelin.spotify.requests.authorization.authorization_code.pkce.AuthorizationCodePKCERefreshRequest.Builder
Package
Description
-
Uses of AuthorizationCodePKCERefreshRequest.Builder in se.michaelthelin.spotify
Modifier and TypeMethodDescriptionSpotifyApi.authorizationCodePKCERefresh()
Refresh the access token by using the authorization code flow with Proof Key for Code Exchange (PKCE).SpotifyApi.authorizationCodePKCERefresh
(String client_id, String refresh_token) Refresh the access token by using the authorization code flow with Proof Key for Code Exchange (PKCE). -
Uses of AuthorizationCodePKCERefreshRequest.Builder in se.michaelthelin.spotify.requests.authorization.authorization_code.pkce
Modifier and TypeMethodDescriptionThe client ID setter.AuthorizationCodePKCERefreshRequest.Builder.grant_type
(String grant_type) The grant type setter.AuthorizationCodePKCERefreshRequest.Builder.refresh_token
(String refresh_token) The refresh token setter.AuthorizationCodePKCERefreshRequest.Builder.self()