import { OnDestroy } from '@angular/core'; import { ActivatedRoute } from '@angular/router'; import { ApiService } from '../../services/api.service'; import * as i0 from "@angular/core"; export declare class SessionRedirectComponent implements OnDestroy { private route; private api; token: string; private sub; private TOKEN_KEY; /** * Accepts a token from the server, then redirects the user to the home page. * This allows single sign on through Shibboleth. Token should be passed as * a get parameter, not on the path. */ constructor(route: ActivatedRoute, api: ApiService); ngOnDestroy(): void; goPrevUrl(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=session-redirect.component.d.ts.map