@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (15 loc) • 724 B
Markdown
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) > [@loopback/authentication](./authentication.md) > [AuthenticationStrategy](./authentication.authenticationstrategy.md) > [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;
```