TokenRequest |
TokenRequest.setAccessToken(String accessToken) |
Set the representation of an access token that may be issued as a
result of the Authlete API call.
|
TokenRequest |
TokenRequest.setAccessTokenDuration(long duration) |
Set the duration of the access token that may be issued as a result of
the Authlete API call.
|
TokenRequest |
TokenRequest.setClientCertificate(String clientCertificate) |
Set the client certificate from the MTLS of the token
request from the client application.
|
TokenRequest |
TokenRequest.setClientCertificatePath(String[] clientCertificatePath) |
Set the certificate path presented by the client during
client authentication.
|
TokenRequest |
TokenRequest.setClientId(String clientId) |
Set the client ID extracted from Authorization
header of the token request from the client application.
|
TokenRequest |
TokenRequest.setClientSecret(String clientSecret) |
Set the client secret extracted from Authorization
header of the token request from the client application.
|
TokenRequest |
TokenRequest.setDpop(String dpop) |
Set the DPoP header presented by the client during the request
to the token endpoint.
|
TokenRequest |
TokenRequest.setDpopNonceRequired(boolean required) |
Set the flag indicating whether to check if the DPoP proof JWT includes
the expected nonce value.
|
TokenRequest |
TokenRequest.setHtm(String htm) |
Set the HTTP method of the token request.
|
TokenRequest |
TokenRequest.setHtu(String htu) |
Set the URL of the token endpoint.
|
TokenRequest |
TokenRequest.setJwtAtClaims(String claims) |
Set the additional claims in JSON object format that are added to the
payload part of the JWT access token.
|
TokenRequest |
TokenRequest.setOauthClientAttestation(String jwt) |
Set the value of the OAuth-Client-Attestation HTTP header.
|
TokenRequest |
TokenRequest.setOauthClientAttestationPop(String jwt) |
Set the value of the OAuth-Client-Attestation-PoP HTTP header.
|
TokenRequest |
TokenRequest.setParameters(String parameters) |
Set the value of parameters which are the request
parameters that the OAuth 2.0 token endpoint of the service
implementation received from the client application.
|
TokenRequest |
TokenRequest.setParameters(Map<String,String[]> parameters) |
Set the value of parameters which are the request
parameters that the OAuth 2.0 token endpoint of the service
implementation received from the client application.
|
TokenRequest |
TokenRequest.setProperties(Property[] properties) |
Set extra properties to associate with an access token which may
be issued by this request.
|
TokenRequest |
TokenRequest.setRefreshTokenDuration(long duration) |
Set the duration of the refresh token that may be issued as a result of
the Authlete API call.
|