Function: createMemoryClientStore()
createMemoryClientStore(
initial?):ClientStore
Defined in: memoryStores.ts:15
In-memory reference ClientStore. Backed by a Map, so state is lost
on restart — intended for tests, local development, and examples, not
production. Seed it with pre-registered clients via initial.
Parameters
| Parameter | Type | Default value |
|---|---|---|
initial | OAuthClient[] | [] |