Preparing search index...
The search index is not available
Vincent Docs
Vincent Docs
index
VincentJWT
Interface VincentJWT
Interface representing a decoded Vincent JWT
VincentJWT
interface
VincentJWT
{
data
:
string
;
header
:
JWTHeader
;
payload
:
VincentJWTPayload
;
signature
:
string
;
}
Hierarchy
JWTDecoded
VincentJWT
Index
Properties
data
header
payload
signature
Properties
data
data
:
string
header
header
:
JWTHeader
payload
payload
:
VincentJWTPayload
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