| 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 |
|---|---|
UserInfoIssueResponse |
AuthleteApi.userinfoIssue(UserInfoIssueRequest request)
Call Authlete's
/auth/userinfo/issue API. |
| Modifier and Type | Method and Description |
|---|---|
UserInfoIssueRequest |
UserInfoIssueRequest.setClaims(Map<String,Object> claims)
Set the value of
"claims" which is the claims of the subject. |
UserInfoIssueRequest |
UserInfoIssueRequest.setClaims(String claims)
Set the claims of the subject in JSON format.
|
UserInfoIssueRequest |
UserInfoIssueRequest.setSub(String sub)
Set the value of the
sub claim. |
UserInfoIssueRequest |
UserInfoIssueRequest.setToken(String token)
Set the access token which has been issued by Authlete.
|
Copyright © 2017. All rights reserved.