Import
Usage
Return Type
| Property | Type | Description |
|---|---|---|
isInitialized | boolean | Whether the session data is ready. Always check this before accessing other properties. |
walletAddress | `0x${string}` | null | The connected wallet address, or null if not connected. |
sessions | Session[] | Array of active sessions. Each session has a type of 'implicit' or 'explicit'. |
loginMethod | string | null | The authentication method used. |
userEmail | string | null | The associated email address, if any. |