@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
24 lines (16 loc) • 840 B
Markdown
lang: en
title: 'API docs: authentication.authenticationstrategy.name'
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.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)
**Signature:**
```typescript
name: string;
```