@rxap/authentication
Version:
Provides authentication services, guards, and interceptors for Angular applications. It supports token-based authentication and provides features such as sign-out functionality and routing based on authentication status. This package also includes utiliti
12 lines (11 loc) • 612 B
TypeScript
import { Router } from '@angular/router';
import { RxapAuthenticationService } from './authentication.service';
import * as i0 from "@angular/core";
export declare class AuthenticationRoutingService {
private readonly router;
private readonly authenticationService;
private readonly deactivated;
constructor(router: Router, authenticationService: RxapAuthenticationService, deactivated?: boolean | null);
static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationRoutingService, [null, null, { optional: true; }]>;
static ɵprov: i0.ɵɵInjectableDeclaration<AuthenticationRoutingService>;
}