function oauthProvider(options?): OAuthServerProvider;
Defined in: server/auth/oauth/provider.ts:32Creates 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.