@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.32 kB
Markdown
## API
### 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)