Package-level declarations
Types
Validates access tokens by comparing the at_hash claim in the ID token against the actual access token hash.
Default AccessTokenValidator that validates the at_hash claim in an ID token against the SHA-256 left-half hash of the access token, per OpenID Connect Core 1.0.
Default DeviceSecretValidator that validates the ds_hash claim in an ID token against the SHA-256 left-half hash of the device secret.
Default IdTokenValidator implementing the OpenID Connect Core 1.0 ID Token Validation checks.
Validates device secrets by comparing the ds_hash claim in the ID token against the actual device secret hash.
Used for validating ID tokens minted by an Authorization Server.
A cross-platform OAuth2 client for interacting with an Okta Authorization Server.