PHP Class sspmod_authlinkedin_Auth_Source_LinkedIn, simplesamlphp

Author: Brook Schofield, TERENA.
Inheritance: extends SimpleSAML_Auth_Source
Show file Open project: simplesamlphp/simplesamlphp

Public Methods

Method Description
__construct ( array $info, array $config ) Constructor for this authentication source.
authenticate ( &$state ) Log-in using LinkedIn platform Documentation at: http://developer.linkedin.com/docs/DOC-1008
finalStep ( &$state )

Method Details

__construct() public method

Constructor for this authentication source.
public __construct ( array $info, array $config )
$info array Information about this authentication source.
$config array Configuration.

authenticate() public method

Log-in using LinkedIn platform Documentation at: http://developer.linkedin.com/docs/DOC-1008
public authenticate ( &$state )

finalStep() public method

public finalStep ( &$state )