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

# Type Alias: SessionPolicy

# Type Alias: SessionPolicy

> **SessionPolicy** = \{ `kind`: `"spendLimit"`; `max`: `string`; `period`: `"day"` | `"week"` | `"month"` | `"total"`; `token`: `string`; } | \{ `contracts`: `string`\[]; `kind`: `"allowlist"`; }

Defined in: packages/core/dist/index.d.ts:221

Session policy compiled to an on-chain policy signer in `__check_auth`.
