| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.oauth |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenResources.revokeAccessToken()
Revoke access token.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidOAuthClientException
This is the exception thrown by
OAuthFlow to indicate an "invalid_client" error occurred when obtaining
OAuth tokens. |
class |
InvalidOAuthGrantException
This is the exception thrown by
OAuthFlow to indicate an "invalid_grant" error occurred when obtaining
OAuth tokens. |
class |
InvalidTokenRequestException
This is the exception thrown by
OAuthFlow to indicate an "invalid_request" error occurred when obtaining OAuth
tokens. |
class |
UnsupportedOAuthGrantTypeException
This is the exception thrown by
OAuthFlow to indicate "unsupported_grant_type" error occurred during obtaining OAuth
tokens. |
| Modifier and Type | Method and Description |
|---|---|
Token |
OAuthFlow.obtainNewToken(AuthorizationResult authorizationResult)
Obtain a new token using AuthorizationResult.
|
Token |
OAuthFlow.refreshToken(Token token)
Refresh token.
|
void |
OAuthFlow.revokeAccessToken(Token token)
Revoke access token.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.