| 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 |
|---|---|
void |
AuthleteApi.updateClientAuthorization(long clientId,
ClientAuthorizationUpdateRequest request)
Update attributes of all existing access tokens issued to the
client application by the end-user.
|
| Modifier and Type | Method and Description |
|---|---|
ClientAuthorizationUpdateRequest |
ClientAuthorizationUpdateRequest.setScopes(String[] scopes)
Set a new set of scopes assigned to exiting access tokens.
|
ClientAuthorizationUpdateRequest |
ClientAuthorizationUpdateRequest.setSubject(String subject)
Set the subject (= unique identifier) of the end-user who has granted
authorization to the client application.
|
Copyright © 2017. All rights reserved.