@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
36 lines (24 loc) • 1.33 kB
Markdown
---
lang: en
title: 'API docs: authentication.authenticationmiddlewareprovider'
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.authenticationmiddlewareprovider.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/authentication](./authentication.md) > [AuthenticationMiddlewareProvider](./authentication.authenticationmiddlewareprovider.md)
## AuthenticationMiddlewareProvider class
<b>Signature:</b>
```typescript
export declare class AuthenticationMiddlewareProvider implements Provider<Middleware>
```
<b>Implements:</b> [Provider](./context.provider.md)<!-- --><[Middleware](./express.middleware.md)<!-- -->>
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(authenticate)](./authentication.authenticationmiddlewareprovider._constructor_.md) | | Constructs a new instance of the <code>AuthenticationMiddlewareProvider</code> class |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [value()](./authentication.authenticationmiddlewareprovider.value.md) | | |