| 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.setToken(String token)
Set the access token which has been issued by Authlete.
|
Copyright © 2017. All rights reserved.