UNPKG

nestjs-oauth2

Version:

NestJS OAuth2 Client

5 lines (4 loc) 198 B
export { OAuthModule } from "./oauth.module"; export { OAuthService } from "./oauth.service"; export { OAuthController } from "./oauth.controller"; export { InjectOAuth } from "./oauth.decorators";