Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UserInfo

Indexable

[key: string]: any

Index

Properties

Properties

aud

aud: string[]

Audience(s) that this ID Token is intended for.

exp

exp: number

Expiration time on or after which the ID Token MUST NOT be accepted for processing.

Represented as a unix epoch timestamp (seconds)

iat

iat: number

When the JWT was issued.

Represented as a unix epoch timestamp (seconds)

iss

iss: string

Issuer Identifier for the Issuer of the response.

nonce

nonce: string

Value used to mitigate replay attacks by associating a client session with an id_token.

sub

sub: string

A locally unique and never reassigned identifier within the Provider for the End-User.

Generated using TypeDoc