Preparing search index...
The search index is not available
Vincent Docs
Vincent Docs
vincent-app-sdk
jwt
DecodedJWT
Interface DecodedJWT
interface
DecodedJWT
{
data
:
string
;
header
:
{
alg
:
"ES256K"
;
typ
:
"JWT"
;
[
x
:
string
]:
any
}
;
payload
:
JWTPayload
;
signature
:
string
;
}
Hierarchy (
View Summary
)
DecodedJWT
VincentJWTPlatformUser
VincentJWTAppUser
VincentJWTDelegatee
Index
Properties
data
header
payload
signature
Properties
data
data
:
string
header
header
:
{
alg
:
"ES256K"
;
typ
:
"JWT"
;
[
x
:
string
]:
any
}
payload
payload
:
JWTPayload
signature
signature
:
string
Settings
Theme
OS
Light
Dark
On This Page
Properties
data
header
payload
signature
Vincent Docs
Loading...