This repository has been archived on 2024-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
oauth2-provider/src/controller/index.ts

4 lines
91 B
TypeScript
Raw Normal View History

2022-02-25 16:31:59 +00:00
export * from './authorization';
export * from './introspection';
export * from './token';