Horde_Core_Auth_Imsp
        
        extends Horde_Auth_Base
    
    
            
            in package
            
        
    
    
    
This class provides basic authentication against an IMSP server.
Tags
Table of Contents
Properties
- $_imsp : Horde_Imsp_Client_Base
 
Methods
- _authenticate() : bool
 - Private authentication function.
 
Properties
$_imsp
    protected
        Horde_Imsp_Client_Base
    $_imsp
    
    
    
    
    
Methods
_authenticate()
Private authentication function.
    protected
                    _authenticate(string $userID, array<string|int, mixed> $credentials) : bool
    Parameters
- $userID : string
 - 
                    
Username for IMSP server.
 - $credentials : array<string|int, mixed>
 - 
                    
Hash containing 'password' element.
 
Return values
bool —True on success / False on failure.