BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setAccessToken(String accessToken) |
Set the representation of an access token that may be issued as a
result of the Authlete API call.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setAccessTokenDuration(long duration) |
Set the duration of the access token that may be issued as a result of
the Authlete API call.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setAcr(String acr) |
Set the reference of the authentication context class which the
end-user authentication satisfied.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setAuthTime(long authTime) |
Set the time at which the end-user was authenticated.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setClaims(String claims) |
Set additional claims which will be embedded in the ID token.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setClaims(Map<String,Object> claims) |
Set additional claims which will be embedded in the ID token.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setConsentedClaims(String[] claims) |
Set the claims that the user has consented for the client application
to know.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setErrorDescription(String description) |
Set the description of the error.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setErrorUri(URI uri) |
Set the URI of a document which describes the error in detail.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setIdtHeaderParams(String params) |
Set JSON that represents additional JWS header parameters for the ID token.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setIdTokenAudType(String type) |
Set the type of the aud claim of the ID token being issued.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setJwtAtClaims(String claims) |
Set the additional claims in JSON object format that are added to the
payload part of the JWT access token.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setProperties(Property[] properties) |
Set extra properties associated with the access token.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setRefreshTokenDuration(long duration) |
Set the duration of the refresh token that may be issued as a result of
the Authlete API call.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setResult(BackchannelAuthenticationCompleteRequest.Result result) |
Set the result of end-user authentication and authorization.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setScopes(String[] scopes) |
Set scopes associated with the access token.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setSub(String sub) |
Set the value of the sub claim that should be used in the ID
token.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setSubject(String subject) |
Set the subject (= unique identifier) of the end-user who has granted
authorization to the client application.
|
BackchannelAuthenticationCompleteRequest |
BackchannelAuthenticationCompleteRequest.setTicket(String ticket) |
Set the ticket which is necessary to call Authlete's
/api/backchannel/authentication/complete API.
|