@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
66 lines (34 loc) • 1.52 kB
Markdown
---
lang: en
title: 'API docs: authentication.authenticationcomponent'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/authentication
permalink: /doc/en/lb4/apidocs.authentication.authenticationcomponent.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/authentication](./authentication.md) > [AuthenticationComponent](./authentication.authenticationcomponent.md)
## AuthenticationComponent class
**Signature:**
```typescript
export declare class AuthenticationComponent implements Component
```
**Implements:** [Component](./core.component.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[providers](./authentication.authenticationcomponent.providers.md)
</td><td markdown="1">
</td><td markdown="1">
{ \[x: string\]: typeof [AuthenticateActionProvider](./authentication.authenticateactionprovider.md) \| typeof [AuthenticationMiddlewareProvider](./authentication.authenticationmiddlewareprovider.md) \| typeof [AuthMetadataProvider](./authentication.authmetadataprovider.md) \| typeof [AuthenticationStrategyProvider](./authentication.authenticationstrategyprovider.md)<!-- -->; }
</td><td markdown="1">
</td></tr>
</tbody></table>