| AuthorizationIssueRequest | AuthorizationIssueRequest. setAccessToken(String accessToken) | Set the representation of an access token that may be issued as a
 result of the Authlete API call. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setAccessTokenDuration(long duration) | Set the duration of the access token that may be issued as a result of
 the Authlete API call. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setAcr(String acr) | Set the value of "acr"which is the authentication
 context class reference value which the end-user authentication
 satisfied. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setAuthorizationDetails(AuthzDetails authorizationDetails) | Set the authorization details. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setAuthTime(long authTime) | Set the value of "authTime"which is the time
 when the authentication of the end-user occurred. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setClaims(String claims) | Set the value of "claims"which is the claims of the subject
 in JSON format. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setClaims(Map<String,Object> claims) | Set the value of "claims"which is the claims of the subject. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setClaimsForTx(String claims) | Set values of claims requested indirectly by "transformed claims". | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setClaimsForTx(Map<String,Object> claims) | Set the value of "claimsForTx"which is the claims of the
 subject. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setConsentedClaims(String[] claims) | Set the claims that the user has consented for the client application
 to know. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setIdtHeaderParams(String params) | Set JSON that represents additional JWS header parameters for ID tokens
 that may be issued based on the authorization request. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setIdTokenAudType(String type) | Set the type of the audclaim of the ID token being issued. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setJwtAtClaims(String claims) | Set the additional claims in JSON object format that are added to the
 payload part of the JWT access token. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setProperties(Property[] properties) | Set extra properties to associate with an access token and/or
 an authorization code which will be issued by this request. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setScopes(String[] scopes) | Set scopes to associate with an authorization code and/or an access token. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setSessionId(String sessionId) | Set the session ID of the user's authentication session. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setSub(String sub) | Set the value of the subclaim that should be used in
 the ID token which is to be issued. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setSubject(String subject) | Set the value of "subject"which is the subject
 (= a user account managed by the service) who has granted
 authorization to the client application. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setTicket(String ticket) | Set the value of "ticket"which is the ticket
 issued by Authlete's/auth/authorizationAPI
 to the service implementation. | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setVerifiedClaimsForTx(String[] claims) | Set values of verified claims requested indirectly by
 "transformed claims". | 
| AuthorizationIssueRequest | AuthorizationIssueRequest. setVerifiedClaimsForTx(List<Map<String,Object>> list) | Set the value of "verifiedClaimsForTx"which is the verified
 claims of the subject. |