| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and Description |
|---|---|
AccessToken[] |
TokenListResponse.getAccessTokens()
Get the list of access tokens that match the query conditions.
|
AccessToken |
AccessToken.setAccessTokenExpiresAt(long expiresAt)
Set the timestamp at which the access token will expire.
|
AccessToken |
AccessToken.setAccessTokenHash(String hash)
Set the hash of the access token.
|
AccessToken |
AccessToken.setClientId(long clientId)
Set the ID of the client associated with the access token.
|
AccessToken |
AccessToken.setCreatedAt(long createdAt)
Set the timestamp at which the access token was first created.
|
AccessToken |
AccessToken.setGrantType(GrantType grantType)
Set the grant type of the access token when the access token was created.
|
AccessToken |
AccessToken.setLastRefreshedAt(long lastRefreshedAt)
Set the timestamp at which the access token was last refreshed using the
refresh token.
|
AccessToken |
AccessToken.setProperties(Property[] properties)
Set the properties associated with the access token.
|
AccessToken |
AccessToken.setRefreshTokenExpiresAt(long expiresAt)
Set the timestamp at which the refresh token will expire.
|
AccessToken |
AccessToken.setRefreshTokenHash(String hash)
Set the hash of the refresh token.
|
AccessToken |
AccessToken.setScopes(String[] scopes)
Set the scopes associated with the access token.
|
AccessToken |
AccessToken.setSubject(String subject)
Set the subject (= unique user ID) associated with the access token.
|
| Modifier and Type | Method and Description |
|---|---|
TokenListResponse |
TokenListResponse.setAccessTokens(AccessToken[] accessTokens)
Set the list of access tokens that match the query conditions.
|
Copyright © 2019. All rights reserved.