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('AuthState', $_REQUEST)||empty($_REQUEST['AuthState'])) $state = SimpleSAML_Auth_State::loadState($_REQUEST['AuthState'], sspmod_authtwitter_Auth_Source_Twitter::STAGE_INIT)
 Handle linkback() response from Twitter. More...
 
if(!array_key_exists(sspmod_authtwitter_Auth_Source_Twitter::AUTHID, $state)) $sourceId = $state[sspmod_authtwitter_Auth_Source_Twitter::AUTHID]
 
 $source = SimpleSAML_Auth_Source::getById($sourceId)
 
if($source===NULL) try
 

Variable Documentation

◆ $source

$source = SimpleSAML_Auth_Source::getById($sourceId)

Definition at line 18 of file linkback.php.

◆ $sourceId

Definition at line 16 of file linkback.php.

◆ $state

if (!array_key_exists( 'AuthState', $_REQUEST)||empty( $_REQUEST[ 'AuthState'])) $state = SimpleSAML_Auth_State::loadState($_REQUEST['AuthState'], sspmod_authtwitter_Auth_Source_Twitter::STAGE_INIT)

Handle linkback() response from Twitter.

Definition at line 10 of file linkback.php.

◆ try

if ( $source===NULL) try
Initial value:
{
if (array_key_exists('denied', $_REQUEST)) {
}
$source->finalStep($state)
if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
Definition: linkback.php:10
$source
Definition: linkback.php:22

Definition at line 23 of file linkback.php.