@re-auth/http-adapters
Version:
HTTP adapters for ReAuth authentication framework
4 lines • 550 B
TypeScript
export * from './types/types';
export { createHttpAdapter, createRouteOverride, createCustomRoute, createAutoIntrospectionConfig, introspectReAuthEngine, createContextRule, OAuth2ContextRules, findContextRules, type BaseHttpConfig, type RouteOverride, type CustomRoute, type AutoGeneratedRoute, type AutoIntrospectionConfig, type ContextExtractionRule, type HttpAdapterContext, type HttpAdapterFactory, type FrameworkAdapter, } from './utils/http-adapter-factory';
export type { HttpAdapter } from './types/types';
//# sourceMappingURL=index.d.ts.map