Preparing search index...
The search index is not available
Vincent Docs
Vincent Docs
vincent-app-sdk
jwt
VincentJWTPlatformUser
Interface VincentJWTPlatformUser
interface
VincentJWTPlatformUser
{
data
:
string
;
header
:
{
alg
:
"ES256K"
;
typ
:
"JWT"
;
[
x
:
string
]:
any
}
;
payload
:
{
__vincentJWTApiVersion
:
number
;
aud
:
string
|
string
[]
;
authentication
:
PKPAuthenticationMethod
;
exp
:
number
;
iat
:
number
;
iss
:
`
0x
${
string
}
`
;
nbf
?:
number
;
pkpInfo
:
IRelayPKP
;
publicKey
:
`
0x
${
string
}
`
;
sub
?:
`
0x
${
string
}
`
;
[
x
:
string
]:
any
;
}
&
{
role
:
"platform-user"
}
;
signature
:
string
;
}
Hierarchy (
View Summary
)
DecodedJWT
VincentJWTPlatformUser
Index
Properties
data
header
payload
signature
Properties
data
data
:
string
header
header
:
{
alg
:
"ES256K"
;
typ
:
"JWT"
;
[
x
:
string
]:
any
}
payload
payload
:
{
__vincentJWTApiVersion
:
number
;
aud
:
string
|
string
[]
;
authentication
:
PKPAuthenticationMethod
;
exp
:
number
;
iat
:
number
;
iss
:
`
0x
${
string
}
`
;
nbf
?:
number
;
pkpInfo
:
IRelayPKP
;
publicKey
:
`
0x
${
string
}
`
;
sub
?:
`
0x
${
string
}
`
;
[
x
:
string
]:
any
;
}
&
{
role
:
"platform-user"
}
signature
signature
:
string
Settings
Theme
OS
Light
Dark
On This Page
Properties
data
header
payload
signature
Vincent Docs
Loading...