ILIAS
release_8 Revision v8.19
|
Go to the source code of this file.
Variables | |
$clientId = (ilSession::has('lti_dynamic_registration_client_id')) ? (string) ilSession::get('lti_dynamic_registration_client_id') : '' | |
$response = [] | |
if(empty($clientId)) | else |
$clientId = (ilSession::has('lti_dynamic_registration_client_id')) ? (string) ilSession::get('lti_dynamic_registration_client_id') : '' |
Definition at line 27 of file ltiregend.php.
Referenced by ILIAS\LTI\ToolProvider\addJWTSignature(), ilObjLTIConsumer\buildContentSelectionParameters(), ilLTIPlatform\fromPlatformId(), ilMailEnvironmentHelper\getClientId(), ilSessionReminderGUI\populatePage(), ILIAS\LTI\ToolProvider\Tool\sendAuthenticationRequest(), ILIAS\Filesystem\Util\LegacyPathHelperTest\setUp(), ILIAS\LTI\ToolProvider\signMessage(), ClientIdTest\testInvalidArguments(), and ClientIdTest\testValidArguments().
$response = [] |
Definition at line 28 of file ltiregend.php.
if (empty( $clientId)) else |
Definition at line 32 of file ltiregend.php.