Stone.js API
    Preparing search index...

    What @Protect records for one handler method.

    interface ProtectMetadata {
        action: string | symbol;
        auth: ProtectInput;
    }
    Index
    action: string | symbol

    The decorated method's name, so the requirement can be found again at request time.

    What that method requires.