| 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 |
|---|---|
UserInfoResponse |
AuthleteApi.userinfo(UserInfoRequest request)
Call Authlete's
/auth/userinfo API. |
| Modifier and Type | Method and Description |
|---|---|
UserInfoRequest |
UserInfoRequest.setClientCertificate(String certificate)
Set the client certificate used in the TLS connection established
between the client application and the userinfo endpoint.
|
UserInfoRequest |
UserInfoRequest.setToken(String token)
Set the access token which has been issued by Authlete.
|
Copyright © 2019. All rights reserved.