59         $key = $this->system->getKey();
    62             $secret = $this->system->secret;
    63         } elseif (($this->system instanceof 
Tool) && !empty($this->system->platform)) {
    64             $key = $this->system->platform->getKey();
    65             $secret = $this->system->platform->secret;
    70         if (
$key !== $consumerKey) {
    71             throw new OAuthException(
'Consumer key not found');
    84     public function lookup_token(OAuthConsumer $consumer, 
string $tokenType, 
string $token): OAuthToken
    86         return new OAuthToken($consumer, 
'');
    99         if ($this->system instanceof 
Platform) {
   102             $platform = $this->system->platform;
   105         $ok = !$nonce->load();
   107             $ok = $nonce->save();
   110             $this->system->reason = 
'Invalid nonce.';
 
foreach($mandatory_scripts as $file) $timestamp
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...