Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / createInMemoryOAuthServerStore

Function: createInMemoryOAuthServerStore()

ts
function createInMemoryOAuthServerStore(): OAuthServerStore;

Defined in: packages/security/src/oauth/in-memory-store.ts:20

Create a new in-memory OAuth server store. Records are kept in insertion order so list() returns deterministic snapshots.

Returns

OAuthServerStore

Stable