TokenUpdateRequest |
TokenUpdateRequest.setAccessToken(String accessToken) |
Set an existing access token to update.
|
TokenUpdateRequest |
TokenUpdateRequest.setAccessTokenExpiresAt(long expiresAt) |
Set the new date at which the access token will expire.
|
TokenUpdateRequest |
TokenUpdateRequest.setAccessTokenExpiresAtUpdatedOnScopeUpdate(boolean updated) |
Set the flag which indicates whether /auth/token/update API attempts
to update the expiration date of the access token when the scopes linked to
the access token are changed by this request.
|
TokenUpdateRequest |
TokenUpdateRequest.setAccessTokenHash(String accessTokenHash) |
Set the hash of the access token value.
|
TokenUpdateRequest |
TokenUpdateRequest.setAccessTokenPersistent(boolean persistent) |
Set whether the access token expires or not.
|
TokenUpdateRequest |
TokenUpdateRequest.setAccessTokenValueUpdated(boolean updated) |
Set whether to update the value of the access token in the data store.
|
TokenUpdateRequest |
TokenUpdateRequest.setAuthorizationDetails(AuthzDetails authorizationDetails) |
Set the authorization details.
|
TokenUpdateRequest |
TokenUpdateRequest.setCertificateThumbprint(String certificateThumbprint) |
Set the thumbprint of the MTLS certificate bound to this token.
|
TokenUpdateRequest |
TokenUpdateRequest.setDpopKeyThumbprint(String dpopKeyThumbprint) |
Set the thumbprint of the public key used for DPoP presentation of this token.
|
TokenUpdateRequest |
TokenUpdateRequest.setForExternalAttachment(boolean forExternalAttachment) |
Set the flag which indicates whether the access token is for an external
attachment.
|
TokenUpdateRequest |
TokenUpdateRequest.setProperties(Property[] properties) |
Set a new set of properties assigned to the access token.
|
TokenUpdateRequest |
TokenUpdateRequest.setRefreshTokenExpiresAt(long expiresAt) |
Set the new date at which the refresh token will expire.
|
TokenUpdateRequest |
TokenUpdateRequest.setRefreshTokenExpiresAtUpdatedOnScopeUpdate(boolean updated) |
Set the flag which indicates whether /auth/token/update API attempts
to update the expiration date of the refresh token when the scopes linked to
the refresh token are changed by this request.
|
TokenUpdateRequest |
TokenUpdateRequest.setScopes(String[] scopes) |
Set a new set of scopes assigned to the access token.
|
TokenUpdateRequest |
TokenUpdateRequest.setTokenId(String tokenId) |
Set the token identifier.
|