MiniSessionAuth
Defined in: packages/quasar-sdk/src/types.ts:97
Result of the Mini-Session signing process. Used for both frontend-side caching and backend-side verification.
Extends
Properties
chainType
chainType:
ChainType
Defined in: packages/quasar-sdk/src/types.ts:99
The blockchain ecosystem type.
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:101
The wallet address that signed the message.
Last updated on