zibri
    Preparing search index...

    The type of the is not logged in decorator.

    interface IsNotLoggedInFn {
        skip: () => MethodDecorator & ClassDecorator;
        (allowedStrategies?: AuthStrategies): MethodDecorator & ClassDecorator;
    }
    Index

    Properties

    Properties

    skip: () => MethodDecorator & ClassDecorator

    This skips the is not logged in validation.