UNPKG

@loopback/docs

Version:
23 lines (15 loc) 724 B
--- lang: en title: 'API docs: authentication.authenticationstrategy.name' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.authentication.authenticationstrategy.name.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/authentication](./authentication.md) &gt; [AuthenticationStrategy](./authentication.authenticationstrategy.md) &gt; [name](./authentication.authenticationstrategy.name.md) ## AuthenticationStrategy.name property The 'name' property is a unique identifier for the authentication strategy ( for example : 'basic', 'jwt', etc) <b>Signature:</b> ```typescript name: string; ```