Uses of Class
se.michaelthelin.spotify.requests.authorization.authorization_code.AuthorizationCodeRefreshRequest.Builder
-
Packages that use AuthorizationCodeRefreshRequest.Builder Package Description se.michaelthelin.spotify se.michaelthelin.spotify.requests.authorization.authorization_code -
-
Uses of AuthorizationCodeRefreshRequest.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that return AuthorizationCodeRefreshRequest.Builder Modifier and Type Method Description AuthorizationCodeRefreshRequest.BuilderSpotifyApi. authorizationCodeRefresh()Refresh the access token by using authorization code grant.AuthorizationCodeRefreshRequest.BuilderSpotifyApi. 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
Methods in se.michaelthelin.spotify.requests.authorization.authorization_code that return AuthorizationCodeRefreshRequest.Builder Modifier and Type Method Description AuthorizationCodeRefreshRequest.BuilderAuthorizationCodeRefreshRequest.Builder. grant_type(String grant_type)The grant type setter.AuthorizationCodeRefreshRequest.BuilderAuthorizationCodeRefreshRequest.Builder. refresh_token(String refresh_token)The refresh token setter.protected AuthorizationCodeRefreshRequest.BuilderAuthorizationCodeRefreshRequest.Builder. self()
-