Method | Description | |
---|---|---|
__construct ( array $params = [] ) | Constructor. |
Method | Description | |
---|---|---|
_authenticate ( string $userId, array $credentials ) | Find out if a set of login credentials are valid. |
public __construct ( array $params = [] ) | ||
$params | array | Configuration parameters:
'client' - (Horde_Http_Client) [REQUIRED] TODO 'url' - (string) [REQUIRED] TODO |
protected _authenticate ( string $userId, array $credentials ) | ||
$userId | string | The userId to check. |
$credentials | array | An array of login credentials. |