DeviceCompleteRequest |
DeviceCompleteRequest.setAccessTokenDuration(long duration) |
Set the duration of the access token that may be issued as a result of
the Authlete API call.
|
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(String claims) |
Set additional claims which will be embedded in the ID token.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setClaims(Map<String,Object> claims) |
Set additional claims which will be embedded in the ID token.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setConsentedClaims(String[] claims) |
Set the claims that the user has consented for the client application
to know.
|
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.setIdtHeaderParams(String params) |
Set JSON that represents additional JWS header parameters for the ID
token that may be issued from the token endpoint.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setIdTokenAudType(String type) |
Set the type of the aud claim of the ID token being issued.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setJwtAtClaims(String claims) |
Set the additional claims in JSON object format that are added to the
payload part of the JWT access token.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setProperties(Property[] properties) |
Set extra properties associated with the access token that will be
issued.
|
DeviceCompleteRequest |
DeviceCompleteRequest.setRefreshTokenDuration(long duration) |
Set the duration of the refresh token that may be issued as a result of
the Authlete API call.
|
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.
|