@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
33 lines (22 loc) • 1.18 kB
Markdown
lang: en
title: 'API docs: authentication.authmetadataprovider._constructor_'
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.authmetadataprovider._constructor_.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/authentication](./authentication.md) > [AuthMetadataProvider](./authentication.authmetadataprovider.md) > [(constructor)](./authentication.authmetadataprovider._constructor_.md)
## AuthMetadataProvider.(constructor)
Constructs a new instance of the `AuthMetadataProvider` class
<b>Signature:</b>
```typescript
constructor(controllerClass: Constructor<{}>, methodName: string, options?: AuthenticationOptions);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| controllerClass | [Constructor](./context.constructor.md)<!-- --><{}> | |
| methodName | string | |
| options | [AuthenticationOptions](./authentication.authenticationoptions.md) | |