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

Since v1.46.0. Use Jwt instead. Interface to represent header and payload of a JWT.

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

Hierarchy

Index

Properties

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