TokenUpdateResponse |
TokenUpdateResponse.setAccessToken(String accessToken) |
|
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.setAuthorizationDetails(AuthzDetails authorizationDetails) |
Set the authorization details.
|
TokenUpdateResponse |
TokenUpdateResponse.setForExternalAttachment(boolean forExternalAttachment) |
Set the flag which indicates whether the access token is for an external
attachment.
|
TokenUpdateResponse |
TokenUpdateResponse.setProperties(Property[] properties) |
Set the properties associated with the access token.
|
TokenUpdateResponse |
TokenUpdateResponse.setRefreshTokenExpiresAt(long expiresAt) |
Set the date at which the refresh token will expire.
|
TokenUpdateResponse |
TokenUpdateResponse.setScopes(String[] scopes) |
Set the scopes associated with the access token.
|
TokenUpdateResponse |
TokenUpdateResponse.setTokenId(String tokenId) |
Set the token identifier.
|
TokenUpdateResponse |
TokenUpdateResponse.setTokenType(String tokenType) |
Set the token type associated with the access token.
|