@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
38 lines (25 loc) • 1.34 kB
Markdown
[**@rxap/authentication v19.0.4**](README.md)
***
# @rxap/authentication v19.0.4
## Enumerations
- [AuthenticationEventType](enumerations/AuthenticationEventType.md)
## Classes
- [AuthenticationRoutingService](classes/AuthenticationRoutingService.md)
- [DisabledAuthenticationService](classes/DisabledAuthenticationService.md)
- [RegisterService](classes/RegisterService.md)
- [RxapAuthenticationGuard](classes/RxapAuthenticationGuard.md)
- [RxapAuthenticationService](classes/RxapAuthenticationService.md)
- [SignOutDirective](classes/SignOutDirective.md)
## Interfaces
- [AuthenticationAccessToken](interfaces/AuthenticationAccessToken.md)
- [AuthenticationEvent](interfaces/AuthenticationEvent.md)
- [IAuthenticationService](interfaces/IAuthenticationService.md)
## Variables
- [RXAP\_AUTHENTICATION\_ACCESS\_TOKEN](variables/RXAP_AUTHENTICATION_ACCESS_TOKEN.md)
- [RXAP\_AUTHENTICATION\_DEACTIVATED](variables/RXAP_AUTHENTICATION_DEACTIVATED.md)
- [RXAP\_INITIAL\_AUTHENTICATION\_STATE](variables/RXAP_INITIAL_AUTHENTICATION_STATE.md)
## Functions
- [BearerTokenInterceptor](functions/BearerTokenInterceptor.md)
- [provideAuthentication](functions/provideAuthentication.md)
- [withDisabledAuthentication](functions/withDisabledAuthentication.md)
- [withInitialAuthenticationState](functions/withInitialAuthenticationState.md)