Preparing search index...
The search index is not available
Vincent Docs
Vincent Docs
vincent-app-sdk
jwt
VincentJWT
Interface VincentJWT
Interface representing a decoded Vincent JWT
VincentJWT
interface
VincentJWT
{
data
:
string
;
header
:
JWTHeader
;
payload
:
BaseVincentJWTPayload
;
signature
:
string
;
}
Hierarchy (
View Summary
)
JWTDecoded
VincentJWT
VincentJWTAppSpecific
Index
Properties
data
header
payload
signature
Properties
data
data
:
string
header
header
:
JWTHeader
payload
payload
:
BaseVincentJWTPayload
The payload of the JWT
signature
signature
:
string
Settings
Theme
OS
Light
Dark
On This Page
Properties
data
header
payload
signature
Vincent Docs
Loading...
Interface representing a decoded Vincent JWT
VincentJWT