> ## Documentation Index
> Fetch the complete documentation index at: https://developers.squads.so/llms.txt
> Use this file to discover all available pages before exploring further.

# SessionStatus

```ts theme={null}
type SessionStatus = "active" | "needs_refresh" | "expired" | "unauthenticated";
```

Session status:

* `active`: Has account + session secrets, ready to sign
* `needs_refresh`: Has account, no secrets (tab closed), call refreshSessionSecrets()
* `expired`: Session timed out, must re-authenticate
* `unauthenticated`: No account data
