@alfresco/adf-core
Version:
18 lines (17 loc) • 954 B
TypeScript
import { RedirectAuthService } from '../auth/oidc/redirect-auth.service';
import * as i0 from "@angular/core";
import * as i1 from "../auth/oidc/auth.module";
import * as i2 from "@angular/common/http/testing";
import * as i3 from "@angular/router/testing";
export declare class NoopRedirectAuthService extends RedirectAuthService {
onLogin: import("rxjs").Observable<never>;
onTokenReceived: import("rxjs").Observable<never>;
init(): Promise<boolean>;
static ɵfac: i0.ɵɵFactoryDeclaration<NoopRedirectAuthService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NoopRedirectAuthService>;
}
export declare class NoopAuthModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NoopAuthModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NoopAuthModule, never, [typeof i1.AuthModule, typeof i2.HttpClientTestingModule, typeof i3.RouterTestingModule], never>;
static ɵinj: i0.ɵɵInjectorDeclaration<NoopAuthModule>;
}