VerifySessionParams
Defined in: packages/quasar-sdk/src/types.ts:108
Parameters for verifying a mini-session signature.
Extends
Omit<MiniSessionAuth,"walletAddress">
Properties
chainType
chainType:
ChainType
Defined in: packages/quasar-sdk/src/types.ts:99
The blockchain ecosystem type.
Inherited from
maxAge?
optionalmaxAge?: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
timestamp
timestamp:
string
Defined in: packages/quasar-sdk/src/types.ts:89
The ISO timestamp used to generate the message.
Inherited from
walletAddress
walletAddress:
string
Defined in: packages/quasar-sdk/src/types.ts:110
The wallet address that allegedly signed the message.
Last updated on