@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
33 lines (22 loc) • 1.21 kB
Markdown
lang: en
title: 'API docs: authentication.authenticationmetadata'
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.authenticationmetadata.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/authentication](./authentication.md) > [AuthenticationMetadata](./authentication.authenticationmetadata.md)
## AuthenticationMetadata interface
Authentication metadata stored via Reflection API
<b>Signature:</b>
```typescript
export interface AuthenticationMetadata
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [options?](./authentication.authenticationmetadata.options.md) | { \[name: string\]: any; } | <i>(Optional)</i> Options for the authentication strategy |
| [skip?](./authentication.authenticationmetadata.skip.md) | boolean | <i>(Optional)</i> A flag to skip authentication |
| [strategy](./authentication.authenticationmetadata.strategy.md) | string | Name of the authentication strategy |