diff --git a/projects/lib/src/interceptors/default-oauth.interceptor.ts b/projects/lib/src/interceptors/default-oauth.interceptor.ts index 0d1c245e..649cc51e 100644 --- a/projects/lib/src/interceptors/default-oauth.interceptor.ts +++ b/projects/lib/src/interceptors/default-oauth.interceptor.ts @@ -17,13 +17,11 @@ import { } from 'rxjs/operators'; import { OAuthResourceServerErrorHandler } from './resource-server-error-handler'; import { OAuthModuleConfig } from '../oauth-module.config'; -import { OAuthStorage } from '../types'; import { OAuthService } from '../oauth-service'; @Injectable() export class DefaultOAuthInterceptor implements HttpInterceptor { constructor( - private authStorage: OAuthStorage, private oAuthService: OAuthService, private errorHandler: OAuthResourceServerErrorHandler, @Optional() private moduleConfig: OAuthModuleConfig