Skip to main content

Documentation Index

Fetch the complete documentation index at: https://litprotocol-vincent.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Defined in: app-sdk/src/jwt/types.ts:147

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: JWTPayload & object
Defined in: app-sdk/src/jwt/types.ts:148

Type Declaration

role
role: "app-delegatee"
sub?
optional sub: `0x${string}`

Overrides

DecodedJWT.payload

signature

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

Inherited from

DecodedJWT.signature