oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
11 lines • 577 B
TypeScript
import type { HttpEvent, HttpHandler, HttpInterceptor, HttpInterceptorFn, HttpRequest } from "@ngify/http";
import type { Observable } from "rxjs";
export declare class AuthInterceptor implements HttpInterceptor {
private readonly authStateService;
private readonly configurationService;
private readonly loggerService;
private readonly closestMatchingRouteService;
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
}
export declare function authInterceptor(): HttpInterceptorFn;
//# sourceMappingURL=auth.interceptor.d.ts.map