import { OnInit, ChangeDetectorRef } from '@angular/core'; import { MJAuthBase } from './mjexplorer-auth-base.service'; import * as i0 from "@angular/core"; /** * Generic redirect component that handles OAuth callbacks for all providers * This replaces the MSAL-specific redirect component to work with any auth provider */ export declare class RedirectComponent implements OnInit { private authService; private cdr; isProcessing: boolean; constructor(authService: MJAuthBase, cdr: ChangeDetectorRef); ngOnInit(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=redirect.component.d.ts.map