ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\LTIOAuth Namespace Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

Data Structures

class  OAuthSignatureMethod_HMAC_SHA1
 OAuth PECL extension includes an OAuth Exception class, so we need to wrap the definition of this class in order to avoid a PHP error. More...
 

Variables

 $UseHttpHostInsteadOfServerName = true
 
 $DefaultSignatureMethodPlaintext = false
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning

Variable Documentation

◆ $DefaultSignatureMethodPlaintext

ILIAS::LTIOAuth\$DefaultSignatureMethodPlaintext = false

Definition at line 31 of file OAuth.php.

Referenced by ILIAS\LTIOAuth\OAuthSignatureMethod_HMAC_SHA1\get_name().

◆ $UseHttpHostInsteadOfServerName

ILIAS::LTIOAuth\$UseHttpHostInsteadOfServerName = true

Definition at line 30 of file OAuth.php.

Referenced by ILIAS\LTIOAuth\OAuthSignatureMethod_HMAC_SHA1\get_name().