AccessTokenValidator.Params |
AccessTokenValidator.Params.setAccessToken(String accessToken) |
Set the access token to validate.
|
AccessTokenValidator.Params |
AccessTokenValidator.Params.setClientCertificate(String certificate) |
Set the client certificate presented during the API call to the
protected resource endpoint.
|
AccessTokenValidator.Params |
AccessTokenValidator.Params.setDpop(String dpop) |
Set the DPoP proof JWT (the value of the DPoP HTTP header).
|
AccessTokenValidator.Params |
AccessTokenValidator.Params.setHtm(String htm) |
Set the HTTP method of the API call to the protected resource
endpoint.
|
AccessTokenValidator.Params |
AccessTokenValidator.Params.setHtu(String htu) |
Set the URL of the protected resource endpoint.
|
AccessTokenValidator.Params |
AccessTokenValidator.Params.setRequiredScopes(String[] scopes) |
Set the scopes that must be associated with the access token.
|
AccessTokenValidator.Params |
AccessTokenValidator.Params.setRequiredSubject(String subject) |
Set the subject (= user's unique identifier) that must be associated
with the access token.
|