Defined in: app-sdk/src/jwt/types.ts:76Documentation 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.
Extended by
Properties
data
data: string
Defined in: app-sdk/src/jwt/types.ts:86
header
header: object
Defined in: app-sdk/src/jwt/types.ts:77
Index Signature
[x: string]: any
alg
alg: "ES256K"
typ
typ: "JWT"
payload
payload: JWTPayload
Defined in: app-sdk/src/jwt/types.ts:84
signature
signature: string
Defined in: app-sdk/src/jwt/types.ts:85
