@loopback/docs
Version:
Documentation for LoopBack 4
41 lines (26 loc) • 1.28 kB
Markdown
lang: en
title: 'API docs: authentication.authmetadataprovider'
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.authmetadataprovider.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/authentication](./authentication.md) > [AuthMetadataProvider](./authentication.authmetadataprovider.md)
## AuthMetadataProvider class
Provides authentication metadata of a controller method
<b>Signature:</b>
```typescript
export declare class AuthMetadataProvider implements Provider<AuthenticationMetadata | undefined>
```
## Example
`context.bind('authentication.operationMetadata').toProvider(AuthMetadataProvider)`
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(controllerClass, methodName, options)](./authentication.authmetadataprovider._constructor_.md) | | Constructs a new instance of the <code>AuthMetadataProvider</code> class |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [value()](./authentication.authmetadataprovider.value.md) | | |