public interface TokenResources
| Modifier and Type | Method and Description |
|---|---|
void |
getAccessToken()
Obtain a new token.
|
void |
refreshAccessToken()
Refresh token.
|
void |
revokeAccessToken()
Revoke access token.
|
void getAccessToken()
throws NoSuchMethodException
NoSuchMethodException - method implemented in OAuthFlowvoid revokeAccessToken()
throws OAuthTokenException,
com.smartsheet.api.internal.json.JSONSerializerException,
com.smartsheet.api.internal.http.HttpClientException,
URISyntaxException,
InvalidRequestException,
SmartsheetException
OAuthTokenException - the o auth token exceptioncom.smartsheet.api.internal.json.JSONSerializerException - the JSON serializer exceptioncom.smartsheet.api.internal.http.HttpClientException - the http client exceptionURISyntaxException - the URI syntax exceptionInvalidRequestException - the invalid request exceptionSmartsheetExceptionvoid refreshAccessToken()
throws NoSuchMethodException
NoSuchMethodException - method implemented in OAuthFlowCopyright © 2014–2019 Smartsheet. All rights reserved.