| Package | Description |
|---|---|
| com.authlete.common.api |
The definition of Authlete API (
AuthleteApi) and the factory class (AuthleteApiFactory). |
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and Description |
|---|---|
TokenUpdateResponse |
AuthleteApi.tokenUpdate(TokenUpdateRequest request)
Call Authlete's
/auth/token/update API. |
| Modifier and Type | Method and Description |
|---|---|
TokenUpdateResponse |
TokenUpdateResponse.setAccessToken(String accessToken)
Set the access token which has been specified by
TokenUpdateRequest. |
TokenUpdateResponse |
TokenUpdateResponse.setAccessTokenExpiresAt(long expiresAt)
Set the date at which the access token will expire.
|
TokenUpdateResponse |
TokenUpdateResponse.setAction(TokenUpdateResponse.Action action)
Set the code indicating how the response should be interpreted.
|
TokenUpdateResponse |
TokenUpdateResponse.setProperties(Property[] properties)
Set the properties associated with the access token.
|
TokenUpdateResponse |
TokenUpdateResponse.setScopes(String[] scopes)
Set the scopes associated with the access token.
|
TokenUpdateResponse |
TokenUpdateResponse.setTokenType(String tokenType)
Set the token type associated with the access token.
|
Copyright © 2019. All rights reserved.