Page Contents
Home > @loopback/authentication > AuthenticationMetadata
AuthenticationMetadata interface
Authentication metadata stored via Reflection API
Signature:
export interface AuthenticationMetadata
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
|
{ [name: string]: any; } |
(Optional) Options for the authentication strategy | ||
|
boolean |
(Optional) A flag to skip authentication | ||
|
string |
Name of the authentication strategy |