ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
linkback.php File Reference

Go to the source code of this file.

Variables

if(!array_key_exists('stateid', $_REQUEST)) $state = SimpleSAML_Auth_State::loadState($_REQUEST['stateid'], sspmod_authmyspace_Auth_Source_MySpace::STAGE_INIT)
 Handle linkback() response from MySpace. More...
 
if(array_key_exists('oauth_problem', $_REQUEST)) if(array_key_exists('oauth_verifier', $_REQUEST)) else
 
 $sourceId = $state[sspmod_authmyspace_Auth_Source_MySpace::AUTHID]
 
 $source = SimpleSAML_Auth_Source::getById($sourceId)
 

Variable Documentation

◆ $source

$source = SimpleSAML_Auth_Source::getById($sourceId)

Definition at line 34 of file linkback.php.

◆ $sourceId

Definition at line 32 of file linkback.php.

◆ $state

if (!array_key_exists( 'stateid', $_REQUEST)) $state = SimpleSAML_Auth_State::loadState($_REQUEST['stateid'], sspmod_authmyspace_Auth_Source_MySpace::STAGE_INIT)

Handle linkback() response from MySpace.

Definition at line 10 of file linkback.php.

◆ else

if (array_key_exists( 'oauth_problem', $_REQUEST)) if (array_key_exists( 'oauth_verifier', $_REQUEST)) else
Initial value:
{
throw new Exception('OAuth verifier not returned.')

Definition at line 26 of file linkback.php.