TokenIssueRequest |
TokenIssueRequest.setAccessToken(String accessToken) |
Set the representation of an access token that may be issued as a
result of the Authlete API call.
|
TokenIssueRequest |
TokenIssueRequest.setAccessTokenDuration(long duration) |
Set the duration of the access token that may be issued as a result of
the Authlete API call.
|
TokenIssueRequest |
TokenIssueRequest.setJwtAtClaims(String claims) |
Set the additional claims in JSON object format that are added to the
payload part of the JWT access token.
|
TokenIssueRequest |
TokenIssueRequest.setProperties(Property[] properties) |
Set extra properties to associate with an access token which will
be issued by this request.
|
TokenIssueRequest |
TokenIssueRequest.setRefreshTokenDuration(long duration) |
Set the duration of the refresh token that may be issued as a result of
the Authlete API call.
|
TokenIssueRequest |
TokenIssueRequest.setSubject(String subject) |
Set the value of "subject" which is the unique
identifier of the authenticated user.
|
TokenIssueRequest |
TokenIssueRequest.setTicket(String ticket) |
Set the value of "ticket" which is the ticket
issued by Authlete's /auth/token API to the
service implementation.
|