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:190

Extends

  • BaseJWTParams

Properties

audience

audience: string | string[]
Defined in: app-sdk/src/jwt/types.ts:162

Inherited from

BaseJWTParams.audience

ethersWallet

ethersWallet: Wallet
Defined in: app-sdk/src/jwt/types.ts:191

expiresInMinutes

expiresInMinutes: number
Defined in: app-sdk/src/jwt/types.ts:163

Inherited from

BaseJWTParams.expiresInMinutes

payload?

optional payload: PayloadWithoutInternallySetKeys
Defined in: app-sdk/src/jwt/types.ts:161

Inherited from

BaseJWTParams.payload

subjectAddress

subjectAddress: `0x${string}`
Defined in: app-sdk/src/jwt/types.ts:192