OAuth2ClientConfiguration
Immutable configuration for OAuth2Client.
Created via OAuth2ClientBuilder. Contains all settings needed to construct and operate an OAuth2 client without requiring global singletons.
Properties
Link copied to clipboard
Validator for access tokens. Validates at_hash claim against the access token hash.
Link copied to clipboard
The HTTP executor used for all network requests.
Link copied to clipboard
Optional authorization server ID.
Link copied to clipboard
Optional client secret for confidential clients.
Link copied to clipboard
The default access scopes required by the client.
Link copied to clipboard
Validator for device secrets. Validates ds_hash claim against the device secret hash.
Link copied to clipboard
Validator for ID tokens. ID tokens are validated after token refresh.