@lit-protocol/vincent-sdk - v0.0.5
Preparing search 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
@lit-protocol/vincent-sdk - v0.0.5
Loading...
Interface representing a decoded Vincent JWT
VincentJWT