ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
getUserInfo.php File Reference

Go to the source code of this file.

Variables

 $oauthconfig = SimpleSAML_Configuration::getConfig('module_oauth.php')
 
if(! $oauthconfig->getBoolean('getUserInfo.enable', FALSE)) $store = new sspmod_oauth_OAuthStore()
 
 $server = new sspmod_oauth_OAuthServer($store)
 
 $hmac_method = new OAuthSignatureMethod_HMAC_SHA1()
 
 $plaintext_method = new OAuthSignatureMethod_PLAINTEXT()
 
 $req = OAuthRequest::from_request()
 
 $data = $store->getAuthorizedData($token->key)
 

Variable Documentation

◆ $data

$data = $store->getAuthorizedData($token->key)

Definition at line 23 of file getUserInfo.php.

◆ $hmac_method

$hmac_method = new OAuthSignatureMethod_HMAC_SHA1()

Definition at line 14 of file getUserInfo.php.

◆ $oauthconfig

$oauthconfig = SimpleSAML_Configuration::getConfig('module_oauth.php')

Definition at line 5 of file getUserInfo.php.

Referenced by oauth_hook_cron().

◆ $plaintext_method

$plaintext_method = new OAuthSignatureMethod_PLAINTEXT()

Definition at line 15 of file getUserInfo.php.

◆ $req

◆ $server

$server = new sspmod_oauth_OAuthServer($store)

Definition at line 12 of file getUserInfo.php.

◆ $store