UNPKG

@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

30 lines (15 loc) 1.08 kB
[@rxap/authentication](../wiki/globals) / AuthenticationEventType # Enumeration: AuthenticationEventType Defined in: [authentication.service.ts:20](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/authentication/src/lib/authentication.service.ts#L20) ## Enumeration Members ### OnAuthError > **OnAuthError**: `"on-auth-error"` Defined in: [authentication.service.ts:22](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/authentication/src/lib/authentication.service.ts#L22) *** ### OnAuthSuccess > **OnAuthSuccess**: `"on-auth-success"` Defined in: [authentication.service.ts:21](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/authentication/src/lib/authentication.service.ts#L21) *** ### OnLogout > **OnLogout**: `"on-logout"` Defined in: [authentication.service.ts:23](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/authentication/src/lib/authentication.service.ts#L23)