Skip to Content
API referenceInterfacesVerifySessionParams

@tuwaio/quasar-sdk


VerifySessionParams

Defined in: packages/quasar-sdk/src/types.ts:108 

Parameters for verifying a mini-session signature.

Extends

Properties

chainType

chainType: ChainType

Defined in: packages/quasar-sdk/src/types.ts:99 

The blockchain ecosystem type.

Inherited from

MiniSessionAuth.chainType


maxAge?

optional maxAge?: number

Defined in: packages/quasar-sdk/src/types.ts:112 

Maximum allowed age for the signature in milliseconds. Defaults to 5 minutes.


signature

signature: string

Defined in: packages/quasar-sdk/src/types.ts:87 

The cryptographic signature string.

Inherited from

SignSessionResult.signature


timestamp

timestamp: string

Defined in: packages/quasar-sdk/src/types.ts:89 

The ISO timestamp used to generate the message.

Inherited from

SignSessionResult.timestamp


walletAddress

walletAddress: string

Defined in: packages/quasar-sdk/src/types.ts:110 

The wallet address that allegedly signed the message.

Last updated on