UNPKG

@loopback/docs

Version:
32 lines (21 loc) 1.2 kB
--- lang: en title: 'API docs: authentication.authenticationstrategyprovider._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.authenticationstrategyprovider._constructor_.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/authentication](./authentication.md) &gt; [AuthenticationStrategyProvider](./authentication.authenticationstrategyprovider.md) &gt; [(constructor)](./authentication.authenticationstrategyprovider._constructor_.md) ## AuthenticationStrategyProvider.(constructor) Constructs a new instance of the `AuthenticationStrategyProvider` class <b>Signature:</b> ```typescript constructor(authenticationStrategies: Getter<AuthenticationStrategy[]>, metadata?: AuthenticationMetadata | undefined); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | authenticationStrategies | <code>Getter&lt;AuthenticationStrategy[]&gt;</code> | | | metadata | <code>AuthenticationMetadata &#124; undefined</code> | |