UNPKG

@loopback/docs

Version:
33 lines (22 loc) 1.11 kB
--- lang: en title: 'API docs: authentication.authmetadataprovider._constructor_' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/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) &gt; [@loopback/authentication](./authentication.md) &gt; [AuthMetadataProvider](./authentication.authmetadataprovider.md) &gt; [(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 | <code>Constructor&lt;{}&gt;</code> | | | methodName | <code>string</code> | | | options | <code>AuthenticationOptions</code> | |