Class OAuth2TokenIntrospectionClaimNames

java.lang.Object
org.springframework.security.oauth2.core.OAuth2TokenIntrospectionClaimNames

public final class OAuth2TokenIntrospectionClaimNames extends Object
The names of the "Introspection Claims" defined by an Introspection Response.
Since:
5.6
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    active - Indicator whether or not the token is currently active
    static final String
    aud - The intended audience for the token
    static final String
    client_id - The Client identifier for the token
    static final String
    exp - A timestamp indicating when the token expires
    static final String
    iat - A timestamp indicating when the token was issued
    static final String
    iss - The issuer of the token
    static final String
    jti - The identifier for the token
    static final String
    nbf - A timestamp indicating when the token is not to be used before
    static final String
    scope - The scopes for the token
    static final String
    sub - Usually a machine-readable identifier of the resource owner who authorized the token
    static final String
    token_type - The type of the token, for example bearer.
    static final String
    username - A human-readable identifier for the resource owner that authorized the token
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait