@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
32 lines (16 loc) • 1.03 kB
Markdown
[@rxap/authentication](../wiki/globals) / AuthenticationRoutingService
# Class: AuthenticationRoutingService
Defined in: [authentication-routing.service.ts:14](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/authentication/src/lib/authentication-routing.service.ts#L14)
## Constructors
### new AuthenticationRoutingService()
> **new AuthenticationRoutingService**(`router`, `authenticationService`, `deactivated`): [`AuthenticationRoutingService`](../wiki/Class.AuthenticationRoutingService)
Defined in: [authentication-routing.service.ts:16](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/authentication/src/lib/authentication-routing.service.ts#L16)
#### Parameters
##### router
`Router`
##### authenticationService
[`RxapAuthenticationService`](../wiki/Class.RxapAuthenticationService)
##### deactivated
`null` | `boolean`
#### Returns
[`AuthenticationRoutingService`](../wiki/Class.AuthenticationRoutingService)