Skip to main content
Defined in: app-sdk/src/jwt/types.ts:126

Extends

Properties

data

data: string
Defined in: app-sdk/src/jwt/types.ts:86

Inherited from

DecodedJWT.data
header: object
Defined in: app-sdk/src/jwt/types.ts:77

Index Signature

[x: string]: any

alg

alg: "ES256K"

typ

typ: "JWT"

Inherited from

DecodedJWT.header

payload

payload: object & object
Defined in: app-sdk/src/jwt/types.ts:127

Type Declaration

__vincentJWTApiVersion
__vincentJWTApiVersion: number
aud
aud: string | string[]
authentication
authentication: PKPAuthenticationMethod
exp
exp: number
iat
iat: number
iss
iss: `0x${string}`
nbf?
optional nbf: number
pkpInfo
pkpInfo: IRelayPKP
publicKey
publicKey: `0x${string}`
sub?
optional sub: `0x${string}`

Type Declaration

role
role: "platform-user"

Overrides

DecodedJWT.payload

signature

signature: string
Defined in: app-sdk/src/jwt/types.ts:85

Inherited from

DecodedJWT.signature
I