See: Description
| Interface | Description |
|---|---|
| OAuth2IntrospectionClaimNames |
The names of the "Introspection Claims" defined by an
Introspection Response.
|
| OpaqueTokenIntrospector |
A contract for introspecting and verifying an OAuth 2.0 token.
|
| ReactiveOpaqueTokenIntrospector |
A contract for introspecting and verifying an OAuth 2.0 token.
|
| Class | Description |
|---|---|
| NimbusOpaqueTokenIntrospector |
A Nimbus implementation of
OpaqueTokenIntrospector that verifies and introspects
a token using the configured
OAuth 2.0 Introspection Endpoint. |
| NimbusReactiveOpaqueTokenIntrospector |
A Nimbus implementation of
ReactiveOpaqueTokenIntrospector that verifies and introspects
a token using the configured
OAuth 2.0 Introspection Endpoint. |
| Exception | Description |
|---|---|
| BadOpaqueTokenException |
An exception similar to
BadCredentialsException
that indicates an opaque token that is invalid in some way. |
| OAuth2IntrospectionException |
Base exception for all OAuth 2.0 Introspection related errors
|