NAME
Kernel::System::Credential::BasicAuth – BasicAuth Credential
ATTRIBUTES
Username
Attribute that holds the username for authentication.
Password
Attribute that holds the password.
METHODS
Verify()
Get the current state .
my $State = $AuthCredential->GetState();
Returns
{
StateName => OK # gives details about state in text form
UpdateNeeded => 0, # if Update is Needed to get Valid Credentials
}