Page Contents
Home > @loopback/authorization > AuthorizeMethodDecoratorFactory
AuthorizeMethodDecoratorFactory class
Signature:
export declare class AuthorizeMethodDecoratorFactory extends MethodDecoratorFactory<AuthorizationMetadata>
Extends: MethodDecoratorFactory<AuthorizationMetadata>
Methods
| Method | Modifiers | Description |
|---|---|---|
| mergeWithOwn(ownMetadata, target, methodName, methodDescriptor) |