Function: createMemoryAccessTokenStore()
createMemoryAccessTokenStore():
AccessTokenStore
Defined in: memoryStores.ts:87
In-memory reference AccessTokenStore. Backed by a Map keyed by the
token hash, with subject-scoped revocation. For tests and local development
only — production should persist tokens durably behind the same interface.