Uses of Class
se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeRefreshRequest.Builder
Package
Description
-
Uses of AuthorizationCodeRefreshRequest.Builder in se.michaelthelin.spotify
Modifier and TypeMethodDescriptionSpotifyApi.authorizationCodeRefresh()
Refresh the access token by using authorization code grant.SpotifyApi.authorizationCodeRefresh
(String client_id, String client_secret, String refresh_token) Refresh the access token by using authorization code grant. -
Uses of AuthorizationCodeRefreshRequest.Builder in se.michaelthelin.spotify.requests.authorization.authorization_code
Modifier and TypeMethodDescriptionAuthorizationCodeRefreshRequest.Builder.grant_type
(String grant_type) The grant type setter.AuthorizationCodeRefreshRequest.Builder.refresh_token
(String refresh_token) The refresh token setter.protected AuthorizationCodeRefreshRequest.Builder
AuthorizationCodeRefreshRequest.Builder.self()