@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
26 lines (13 loc) • 736 B
Markdown
[**@rxap/authentication v19.0.4**](../README.md)
***
[@rxap/authentication](../globals.md) / AuthenticationEvent
# Interface: AuthenticationEvent
Defined in: [authentication.service.ts:26](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/authentication/src/lib/authentication.service.ts#L26)
## Extends
- `Record`\<`string`, `any`\>
## Indexable
\[`key`: `string`\]: `any`
## Properties
### type
> **type**: [`AuthenticationEventType`](../enumerations/AuthenticationEventType.md)
Defined in: [authentication.service.ts:27](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/authentication/src/lib/authentication.service.ts#L27)