UNPKG

@loopback/docs

Version:
24 lines (16 loc) 984 B
--- lang: en title: 'API docs: authentication.authenticationoptions.defaultmetadata' 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.authenticationoptions.defaultmetadata.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/authentication](./authentication.md) &gt; [AuthenticationOptions](./authentication.authenticationoptions.md) &gt; [defaultMetadata](./authentication.authenticationoptions.defaultmetadata.md) ## AuthenticationOptions.defaultMetadata property Default authentication metadata if a method or class is not decorated with `@authenticate`<!-- -->. If not set, no default authentication will be enforced for those methods without authentication metadata. <b>Signature:</b> ```typescript defaultMetadata?: AuthenticationMetadata; ```