This commit is contained in:
Konstantin Wohlwend 2026-01-19 23:35:21 -08:00
parent a64c59f759
commit f183e072d1

View File

@ -163,7 +163,7 @@ Many functions also accept a tokenStore parameter to override storage for that c
TokenStoreInit is a union type representing the different ways to provide token storage:
```
```ts
TokenStoreInit =
| "cookie" // [JS-ONLY] Browser cookies
| "memory" // In-memory storage