@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
22 lines (11 loc) • 528 B
Markdown
[@rxap/authentication](../wiki/globals) / provideAuthentication
# Function: provideAuthentication()
> **provideAuthentication**(`service`, ...`additionalProviders`): `Provider`[]
Defined in: [provide.ts:9](https://gitlab.com/rxap/packages/-/blob/3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa/packages/angular/authentication/src/lib/provide.ts#L9)
## Parameters
### service
`Constructor`\<[`IAuthenticationService`](../wiki/Interface.IAuthenticationService)\>
### additionalProviders
...`Provider`[]
## Returns
`Provider`[]