Skip to main content
Module

x/oauth4webapi/mod.ts>IDToken

OAuth 2 / OpenID Connect for JavaScript Runtimes
Latest
interface IDToken
implements JWTPayload
import { type IDToken } from "https://deno.land/x/oauth4webapi@v2.10.4/mod.ts";

Index Signatures

readonly [claim: string]: JsonValue | undefined

Properties

readonly
iss: string
readonly
sub: string
readonly
aud: string | string[]
readonly
iat: number
readonly
exp: number
readonly
optional
nonce: string
readonly
optional
auth_time: number
readonly
optional
azp: string