@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
36 lines (23 loc) • 1.19 kB
Markdown
---
lang: en
title: 'API docs: authentication.getauthenticatemetadata'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/authentication
permalink: /doc/en/lb4/apidocs.authentication.getauthenticatemetadata.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/authentication](./authentication.md) > [getAuthenticateMetadata](./authentication.getauthenticatemetadata.md)
## getAuthenticateMetadata() function
Fetch authentication metadata stored by `@authenticate` decorator.
<b>Signature:</b>
```typescript
export declare function getAuthenticateMetadata(targetClass: Constructor<{}>, methodName: string): AuthenticationMetadata[] | undefined;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| targetClass | [Constructor](./context.constructor.md)<!-- --><{}> | Target controller |
| methodName | string | Target method |
<b>Returns:</b>
[AuthenticationMetadata](./authentication.authenticationmetadata.md)<!-- -->\[\] \| undefined