@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
34 lines (23 loc) • 1.35 kB
Markdown
# @rxap/authentication v19.0.4
## Enumerations
- [AuthenticationEventType](../wiki/Enumeration.AuthenticationEventType)
## Classes
- [AuthenticationRoutingService](../wiki/Class.AuthenticationRoutingService)
- [DisabledAuthenticationService](../wiki/Class.DisabledAuthenticationService)
- [RegisterService](../wiki/Class.RegisterService)
- [RxapAuthenticationGuard](../wiki/Class.RxapAuthenticationGuard)
- [RxapAuthenticationService](../wiki/Class.RxapAuthenticationService)
- [SignOutDirective](../wiki/Class.SignOutDirective)
## Interfaces
- [AuthenticationAccessToken](../wiki/Interface.AuthenticationAccessToken)
- [AuthenticationEvent](../wiki/Interface.AuthenticationEvent)
- [IAuthenticationService](../wiki/Interface.IAuthenticationService)
## Variables
- [RXAP\_AUTHENTICATION\_ACCESS\_TOKEN](../wiki/Variable.RXAP_AUTHENTICATION_ACCESS_TOKEN)
- [RXAP\_AUTHENTICATION\_DEACTIVATED](../wiki/Variable.RXAP_AUTHENTICATION_DEACTIVATED)
- [RXAP\_INITIAL\_AUTHENTICATION\_STATE](../wiki/Variable.RXAP_INITIAL_AUTHENTICATION_STATE)
## Functions
- [BearerTokenInterceptor](../wiki/Function.BearerTokenInterceptor)
- [provideAuthentication](../wiki/Function.provideAuthentication)
- [withDisabledAuthentication](../wiki/Function.withDisabledAuthentication)
- [withInitialAuthenticationState](../wiki/Function.withInitialAuthenticationState)