Uses of Class
com.wrapper.spotify.requests.authorization.authorization_code.AuthorizationCodeRefreshRequest.Builder
-
Packages that use AuthorizationCodeRefreshRequest.Builder Package Description com.wrapper.spotify com.wrapper.spotify.requests.authorization.authorization_code -
-
Uses of AuthorizationCodeRefreshRequest.Builder in com.wrapper.spotify
Methods in com.wrapper.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(java.lang.String client_id, java.lang.String client_secret, java.lang.String refresh_token)Refresh the access token by using authorization code grant. -
Uses of AuthorizationCodeRefreshRequest.Builder in com.wrapper.spotify.requests.authorization.authorization_code
Methods in com.wrapper.spotify.requests.authorization.authorization_code that return AuthorizationCodeRefreshRequest.Builder Modifier and Type Method Description AuthorizationCodeRefreshRequest.BuilderAuthorizationCodeRefreshRequest.Builder. grant_type(java.lang.String grant_type)The grant type setter.AuthorizationCodeRefreshRequest.BuilderAuthorizationCodeRefreshRequest.Builder. refresh_token(java.lang.String refresh_token)The refresh token setter.
-