NAME
Kernel::System::Auth::PostAuth::TwoFactorSetup
DESCRIPTION
Post authorization module, which checks if a two-factor setup is needed for the user.
PUBLIC INTERFACE
Run()
Checks if a password change is needed for the current user.
my $Result = $PostAuthTwoFactorSetupObject->Run(
User => 'tt',
);
returns
$Result = {
Module => 'TwoFactorSetup',
Config => {},
},
or undef is no post authorization step is needed.