We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c0d16b + 14821cf commit 0f59f52Copy full SHA for 0f59f52
projects/lib/src/interceptors/default-oauth.interceptor.ts
@@ -17,13 +17,11 @@ import {
17
} from 'rxjs/operators';
18
import { OAuthResourceServerErrorHandler } from './resource-server-error-handler';
19
import { OAuthModuleConfig } from '../oauth-module.config';
20
-import { OAuthStorage } from '../types';
21
import { OAuthService } from '../oauth-service';
22
23
@Injectable()
24
export class DefaultOAuthInterceptor implements HttpInterceptor {
25
constructor(
26
- private authStorage: OAuthStorage,
27
private oAuthService: OAuthService,
28
private errorHandler: OAuthResourceServerErrorHandler,
29
@Optional() private moduleConfig: OAuthModuleConfig
0 commit comments