| 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 |
|---|---|
DeviceCompleteResponse |
AuthleteApi.deviceComplete(DeviceCompleteRequest request)
Call Authlete's
/api/device/complete API. |
| Modifier and Type | Method and Description |
|---|---|
DeviceCompleteRequest |
DeviceCompleteRequest.setAcr(String acr)
Set the reference of the authentication context class which the
end-user authentication satisfied.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setAuthTime(long authTime)
Set the time at which the end-user was authenticated.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setClaims(Map<String,Object> claims)
Set additional claims which will be embedded in the ID token.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setClaims(String claims)
Set additional claims which will be embedded in the ID token.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setErrorDescription(String description)
Set the description of the error.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setErrorUri(URI uri)
Set the URI of a document which describes the error in detail.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setProperties(Property[] properties)
Set extra properties associated with the access token that will be
issued.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setResult(DeviceCompleteRequest.Result result)
Set the result of end-user authentication and authorization.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setScopes(String[] scopes)
Set scopes associated with the access token.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setSub(String sub)
Set the value of the
sub claim that should be used in the ID
token. |
DeviceCompleteRequest |
DeviceCompleteRequest.setSubject(String subject)
Set the subject (= unique identifier) of the end-user who has granted
authorization to the client application.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setUserCode(String userCode)
Set the user code input by the end-user.
|
Copyright © 2019. All rights reserved.