ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\LTIOAuth Namespace Reference

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
 

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().