Function: createMemoryRefreshTokenStore()
createMemoryRefreshTokenStore():
RefreshTokenStore
Defined in: memoryStores.ts:58
In-memory reference RefreshTokenStore. Backed by a Map keyed by the
token hash, with owner-scoped revocation for reuse detection. For tests and
local development only — production should persist tokens durably.