Class OAuth2TokenIntrospection

java.lang.Object
org.springframework.security.oauth2.server.authorization.OAuth2TokenIntrospection
All Implemented Interfaces:
Serializable, ClaimAccessor, OAuth2TokenIntrospectionClaimAccessor

public final class OAuth2TokenIntrospection extends Object implements OAuth2TokenIntrospectionClaimAccessor, Serializable
A representation of the claims returned in an OAuth 2.0 Token Introspection Response.
Since:
7.0
See Also: