Interface OAuth2IntrospectionClaimNames
- All Superinterfaces:
OAuth2TokenIntrospectionClaimNames
@Deprecated
public interface OAuth2IntrospectionClaimNames
extends OAuth2TokenIntrospectionClaimNames
Deprecated.
The names of the "Introspection Claims" defined by an
Introspection
Response.
- Since:
- 5.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.useOAuth2TokenIntrospectionClaimNames.AUD
insteadstatic final String
Deprecated.useOAuth2TokenIntrospectionClaimNames.EXP
insteadstatic final String
Deprecated.useOAuth2TokenIntrospectionClaimNames.IAT
insteadstatic final String
Deprecated.useOAuth2TokenIntrospectionClaimNames.ISS
insteadstatic final String
Deprecated.useOAuth2TokenIntrospectionClaimNames.NBF
insteadstatic final String
Deprecated.useOAuth2TokenIntrospectionClaimNames.SUB
instead
-
Field Details
-
EXPIRES_AT
Deprecated.useOAuth2TokenIntrospectionClaimNames.EXP
insteadexp
- A timestamp indicating when the token expires- See Also:
-
ISSUED_AT
Deprecated.useOAuth2TokenIntrospectionClaimNames.IAT
insteadiat
- A timestamp indicating when the token was issued- See Also:
-
NOT_BEFORE
Deprecated.useOAuth2TokenIntrospectionClaimNames.NBF
insteadnbf
- A timestamp indicating when the token is not to be used before- See Also:
-
SUBJECT
Deprecated.useOAuth2TokenIntrospectionClaimNames.SUB
insteadsub
- Usually a machine-readable identifier of the resource owner who authorized the token- See Also:
-
AUDIENCE
Deprecated.useOAuth2TokenIntrospectionClaimNames.AUD
insteadaud
- The intended audience for the token- See Also:
-
ISSUER
Deprecated.useOAuth2TokenIntrospectionClaimNames.ISS
insteadiss
- The issuer of the token- See Also:
-
OAuth2TokenIntrospectionClaimNames
instead