Preparing search index...
The search index is not available
SAP Cloud SDK for JavaScript / TypeScript
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
@sap/cloud-sdk-core
DecodedJWT
Interface DecodedJWT
Interface to represent a JWT.
Hierarchy
RegisteredJWTClaimsBasic
&
RegisteredJWTClaimsUser
&
RegisteredJWTClaimsTenant
DecodedJWT
Indexable
[
otherKey:
string
]:
any
Interface to represent a JWT.
Index
Properties
aud
email
exp
family_
name
given_
name
iat
iss
jti
nbf
scope
sub
user_
id
user_
name
xs.user.attributes
zdn
zid
Properties
Optional
aud
aud
:
string
[]
Optional
email
email
:
undefined
|
string
Optional
exp
exp
:
undefined
|
number
Optional
family_
name
family_
name
:
undefined
|
string
Optional
given_
name
given_
name
:
undefined
|
string
Optional
iat
iat
:
undefined
|
number
Optional
iss
iss
:
undefined
|
string
Optional
jti
jti
:
undefined
|
string
Optional
nbf
nbf
:
undefined
|
string
Optional
scope
scope
:
string
[]
Optional
sub
sub
:
undefined
|
string
Optional
user_
id
user_
id
:
undefined
|
string
Optional
user_
name
user_
name
:
undefined
|
string
Optional
xs.user.attributes
xs.user.attributes
:
Map
<
string
,
string
[]
>
Optional
zdn
zdn
:
undefined
|
string
Optional
zid
zid
:
undefined
|
string
Globals
@sap/cloud-
sdk-
core
DecodedJWT
aud
email
exp
family_
name
given_
name
iat
iss
jti
nbf
scope
sub
user_
id
user_
name
xs.user.attributes
zdn
zid
Interface to represent a JWT.