| 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 |
|---|---|
RevocationResponse |
AuthleteApi.revocation(RevocationRequest request)
Call Authlete's
/auth/revocation API. |
| Modifier and Type | Method and Description |
|---|---|
RevocationRequest |
RevocationRequest.setClientId(String clientId)
Set the client ID extracted from
Authorization header
of the token revocation request from the client application. |
RevocationRequest |
RevocationRequest.setClientSecret(String clientSecret)
Set the client secret extracted from
Authorization header
of the token revocation request from the client application. |
RevocationRequest |
RevocationRequest.setParameters(Map<String,String[]> parameters)
Set the value of
parameters which are the request
parameters that the OAuth 2.0 token revocation endpoint of
the service implementation received from the client application. |
RevocationRequest |
RevocationRequest.setParameters(String parameters)
Set the value of
parameters which are the request
parameters that the OAuth 2.0 token revocation endpoint of
the service implementation received from the client application. |
Copyright © 2019. All rights reserved.