Kernel::System::CustomerAuth::PostAuth::TwoFactorSetup

NAME

Kernel::System::CustomerAuth::PostAuth::TwoFactorSetup

DESCRIPTION

Post authorization module, which checks if a two-factor setup is needed for the customer user.

PUBLIC INTERFACE

Run()

Checks if a password change is needed for the current customer user.

    my $Result = $PostCustomerAuthTwoFactorSetupObject->Run(
        User => 'tt',
    );

returns

    $Result = {
        Module => 'TwoFactorSetup',
        Config => {},
    },

    or undef is no post authorization step is needed.
Scroll to Top