NAME
Kernel::System::Auth::PostAuth::AgentConfirmation
DESCRIPTION
Post authorization module, which checks if an agent confirmation is needed for the user.
PUBLIC INTERFACE
Run()
Checks if an agent confirmation is needed for the current user.
my $Result = $PostAuthAgentConfirmationObject->Run(
User => 'tt',
);
returns
$Result = {
Module => 'AgentConfirmation',
Config => {},
},
or undef is no post authorization step is needed.