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