Page Contents
Home > @loopback/authentication > AuthenticationComponent
AuthenticationComponent class
Signature:
export declare class AuthenticationComponent implements Component
Implements: Component
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [providers](/doc/en/lb4/apidocs.authentication.authenticationcomponent.providers.html) | { \[x: string\]: typeof [AuthenticateActionProvider](/doc/en/lb4/apidocs.authentication.authenticateactionprovider.html) \| typeof [AuthenticationMiddlewareProvider](/doc/en/lb4/apidocs.authentication.authenticationmiddlewareprovider.html) \| typeof [AuthMetadataProvider](/doc/en/lb4/apidocs.authentication.authmetadataprovider.html) \| typeof [AuthenticationStrategyProvider](/doc/en/lb4/apidocs.authentication.authenticationstrategyprovider.html); } |