zibri
    Preparing search index...

    The type of the require 2fa decorator.

    interface Require2faFn {
        skip: () => MethodDecorator & ClassDecorator;
        (allowedMethods?: TwoFactorMethods): MethodDecorator & ClassDecorator;
    }
    Index

    Properties

    Properties

    skip: () => MethodDecorator & ClassDecorator

    This skips the require 2fa validation.