| Package | Description |
|---|---|
| com.wrapper.spotify | |
| com.wrapper.spotify.requests.authorization.authorization_code |
| Modifier and Type | Method | Description |
|---|---|---|
AuthorizationCodeRefreshRequest.Builder |
SpotifyApi.authorizationCodeRefresh() |
Refresh the access token by using authorization code grant.
|
AuthorizationCodeRefreshRequest.Builder |
SpotifyApi.authorizationCodeRefresh(String client_id,
String client_secret,
String refresh_token) |
Refresh the access token by using authorization code grant.
|
| Modifier and Type | Method | Description |
|---|---|---|
AuthorizationCodeRefreshRequest.Builder |
AuthorizationCodeRefreshRequest.Builder.grant_type(String grant_type) |
The grant type setter.
|
AuthorizationCodeRefreshRequest.Builder |
AuthorizationCodeRefreshRequest.Builder.refresh_token(String refresh_token) |
The refresh token setter.
|
Copyright © 2019. All rights reserved.