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 StringDeprecated.useOAuth2TokenIntrospectionClaimNames.AUDinsteadstatic final StringDeprecated.useOAuth2TokenIntrospectionClaimNames.EXPinsteadstatic final StringDeprecated.useOAuth2TokenIntrospectionClaimNames.IATinsteadstatic final StringDeprecated.useOAuth2TokenIntrospectionClaimNames.ISSinsteadstatic final StringDeprecated.useOAuth2TokenIntrospectionClaimNames.NBFinsteadstatic final StringDeprecated.useOAuth2TokenIntrospectionClaimNames.SUBinstead
-
Field Details
-
EXPIRES_AT
Deprecated.useOAuth2TokenIntrospectionClaimNames.EXPinsteadexp- A timestamp indicating when the token expires- See Also:
-
ISSUED_AT
Deprecated.useOAuth2TokenIntrospectionClaimNames.IATinsteadiat- A timestamp indicating when the token was issued- See Also:
-
NOT_BEFORE
Deprecated.useOAuth2TokenIntrospectionClaimNames.NBFinsteadnbf- A timestamp indicating when the token is not to be used before- See Also:
-
SUBJECT
Deprecated.useOAuth2TokenIntrospectionClaimNames.SUBinsteadsub- Usually a machine-readable identifier of the resource owner who authorized the token- See Also:
-
AUDIENCE
Deprecated.useOAuth2TokenIntrospectionClaimNames.AUDinsteadaud- The intended audience for the token- See Also:
-
ISSUER
Deprecated.useOAuth2TokenIntrospectionClaimNames.ISSinsteadiss- The issuer of the token- See Also:
-
OAuth2TokenIntrospectionClaimNamesinstead