Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@v1.4.1/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