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