Function: createMemoryAuthCodeStore()
createMemoryAuthCodeStore():
AuthCodeStore
Defined in: memoryStores.ts:38
In-memory reference AuthCodeStore. Backed by a Map keyed by the
authorization code; codes are removed on exchange (single use). For tests and
local development only.