IRequestpublic class AuthorizationCodeRefreshRequest extends AbstractAthorizationRequest
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AuthorizationCodeRefreshRequest.Builder |
Builder class for building an
AuthorizationCodeRefreshRequest. |
| Modifier and Type | Method | Description |
|---|---|---|
AuthorizationCodeCredentials |
execute() |
Request new
AuthorizationCodeCredentials. |
bodyParametersToJson, deleteJson, executeAsync, getBody, getBodyParameters, getContentType, getHeaders, getHttpManager, getJson, getUri, initializeBody, postJson, putJsonpublic AuthorizationCodeCredentials execute() throws IOException, SpotifyWebApiException
AuthorizationCodeCredentials.AuthorizationCodeCredentials object containing a new/refreshed access code.IOException - In case of networking issues.SpotifyWebApiException - The Web API returned an error further specified in this exception's root cause.Copyright © 2019. All rights reserved.