Options
All
  • Public
  • Public/Protected
  • All
Menu
deprecated

Since v1.46.0. Use JwtPayload instead. Interface to represent the payload of a JWT.

Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.

Hierarchy

Indexable

[otherKey: string]: any

Index

Properties

aud?: string[]
email?: string
exp?: number
family_name?: string
given_name?: string
iat?: number
iss?: string
jti?: string
nbf?: string
scope?: string[]
sub?: string
user_id?: string
user_name?: string
xs.user.attributes?: Map<string, string[]>
zdn?: string
zid?: string