| 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 |
|---|---|
IntrospectionResponse |
AuthleteApi.introspection(IntrospectionRequest request)
Call Authlete's
/auth/introspection API. |
| Modifier and Type | Method and Description |
|---|---|
IntrospectionRequest |
IntrospectionRequest.setClientCertificate(String clientCertificate)
Set the client certificate, used to validate binding against
access tokens using the TLS client certificate confirmation method.
|
IntrospectionRequest |
IntrospectionRequest.setScopes(String[] scopes)
Set the scopes which are required to access the target
protected resource.
|
IntrospectionRequest |
IntrospectionRequest.setSubject(String subject)
Set the subject (= end-user ID managed by the service
implementation) which is required to access the target
protected resource.
|
IntrospectionRequest |
IntrospectionRequest.setToken(String token)
Set the access token which has been issued by Authlete.
|
Copyright © 2019. All rights reserved.