Skip to main content
Module

x/oauth4webapi/mod.ts>IntrospectionResponse

OAuth 2 / OpenID Connect for JavaScript Runtimes
Go to Latest
interface IntrospectionResponse
import { type IntrospectionResponse } from "https://deno.land/x/oauth4webapi@v2.8.1/mod.ts";

Index Signatures

readonly [claim: string]: JsonValue | undefined

Properties

readonly
active: boolean
readonly
optional
client_id: string
readonly
optional
exp: number
readonly
optional
iat: number
readonly
optional
sid: string
readonly
optional
iss: string
readonly
optional
jti: string
readonly
optional
username: string
readonly
optional
aud: string | string[]
readonly
scope: string
readonly
optional
sub: string
readonly
optional
nbf: number
readonly
optional
token_type: string
readonly
optional
cnf: ConfirmationClaims