Interface IntrospectionTokenProcedureContext$DefaultPresentedIntrospectedToken

Presented token for introspection.

Hierarchy

Properties

data: object

Returns

the data associated with the introspected token.

delegation: null | ScriptDelegation
expiredScopes: string[]
expiresAt: number
expiresAtInstant: any
issuedAt: number
issuedAtInstant: any
notBefore: number
notBeforeInstant: any
subject: null | string

Returns

the subject of an OAuth token, or null if the token was not an OAuth token.

tokenClaimNames: null | string

Returns

the name of the claims in this token separated by whitespaces.

tokenData: any
tokenDelegation: any
type: string
value: null | string

Methods

  • Returns

    the data associated with the introspected token.

    Returns object

  • Returns string[]

  • Returns

    the subject of an OAuth token, or null if the token was not an OAuth token.

    Returns null | string

  • Returns

    the name of the claims in this token separated by whitespaces.

    Returns null | string