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