Skip to content

Latest commit

 

History

History
117 lines (66 loc) · 1.9 KB

IntrospectionResponse.md

File metadata and controls

117 lines (66 loc) · 1.9 KB

Interface: IntrospectionResponse

💗 Help the project

Indexable

▪ [claim: string]: JsonValue | undefined

Table of contents

Properties

Properties

active

Readonly active: boolean


aud

Optional Readonly aud: string | string[]


authorization_details

Optional Readonly authorization_details: AuthorizationDetails[]


client_id

Optional Readonly client_id: string


cnf

Optional Readonly cnf: ConfirmationClaims


exp

Optional Readonly exp: number


iat

Optional Readonly iat: number


iss

Optional Readonly iss: string


jti

Optional Readonly jti: string


nbf

Optional Readonly nbf: number


scope

Optional Readonly scope: string


sid

Optional Readonly sid: string


sub

Optional Readonly sub: string


token_type

Optional Readonly token_type: string


username

Optional Readonly username: string