28                assert(
'is_array($info)');
 
   29                assert(
'is_array($config)');
 
   38                } 
catch(Exception $e) {
 
   39                        throw new Exception(
'Invalid attributes for authentication source ' .
 
   40                                $this->authId . 
': ' . $e->getMessage());
 
   52                assert(
'is_array($state)');
 
if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
An exception for terminatinating execution or to throw for unit testing.
static normalizeAttributesArray($attributes)
Validate and normalize an array with attributes.
authenticate(&$state)
Log in using static attributes.
__construct($info, $config)
Constructor for this authentication source.
$attributes
The attributes we return.