Class OAuth2TokenIntrospection

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

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