Skip to main content
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
I