AutoBE
    Preparing search index...

    Interface AutoBeRealizeAuthorizationDecorator

    NestJS parameter decorator for actor-based authorization.

    Actor-specific (e.g., ShoppingCustomerAuth, AdminAuth).

    Michael

    interface AutoBeRealizeAuthorizationDecorator {
        content: string;
        location: string;
        name: string & PascalCasePattern;
    }
    Index

    Properties

    Properties

    content: string

    Complete TypeScript source code of the decorator.

    location: string

    File path for the generated decorator.

    name: string & PascalCasePattern

    Decorator name in PascalCase (e.g., "ShoppingCustomerAuth", "AdminAuth").