Skip to main content
Module

x/oauth4webapi/mod.ts>IDToken

OAuth 2 / OpenID Connect for Web Platform API JavaScript runtimes
Go to Latest
interface IDToken
implements JWTPayload
import { type IDToken } from "https://deno.land/x/oauth4webapi@v2.2.0/mod.ts";

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