Skip to main content
function oauthProvider(options?): OAuthServerProvider;
Defined in: server/auth/oauth/provider.ts:34 Creates an in-memory OAuth 2.1 server provider with Dynamic Client Registration support. Suitable for development, testing, and simple deployments where persistence is not required. All state (clients, codes, tokens) is held in memory and lost on restart.

Parameters

options?

OAuthProviderOptions = {}

Returns

OAuthServerProvider