ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
All Data Structures Namespaces Files Functions Variables Typedefs Modules Pages
yubikeylogin.php File Reference

Go to the source code of this file.

Namespaces

 SimpleSAMLphp
 Temporary autoloader to ensure compatibility with old, non-PSR-2 compliant classes.
 

Variables

if(!array_key_exists('AuthState', $_REQUEST)) $authStateId = $_REQUEST['AuthState']
 
if(array_key_exists('otp', $_REQUEST)) else
 
 $globalConfig = SimpleSAML_Configuration::getInstance()
 
 $t = new SimpleSAML_XHTML_Template($globalConfig, 'authYubiKey:yubikeylogin.php')
 
$t data ['stateparams'] = array('AuthState' => $authStateId)
 
$t data ['errorcode'] = $errorCode
 
$t data ['errorcodes'] = SimpleSAML\Error\ErrorCodes::getAllErrorCodeMessages()
 
$t data ['logo_url'] = SimpleSAML\Module::getModuleURL('authYubiKey/resources/logo.jpg')
 
$t data ['devicepic_url'] = SimpleSAML\Module::getModuleURL('authYubiKey/resources/yubikey.jpg')
 

Variable Documentation

◆ $authStateId

◆ $globalConfig

Definition at line 30 of file yubikeylogin.php.

◆ $t

$t = new SimpleSAML_XHTML_Template($globalConfig, 'authYubiKey:yubikeylogin.php')

Definition at line 31 of file yubikeylogin.php.

◆ data [1/5]

$t data[ 'stateparams'] = array('AuthState' => $authStateId)

Definition at line 32 of file yubikeylogin.php.

◆ data [2/5]

$t data[ 'errorcode'] = $errorCode

Definition at line 33 of file yubikeylogin.php.

◆ data [3/5]

Definition at line 34 of file yubikeylogin.php.

◆ data [4/5]

$t data[ 'logo_url'] = SimpleSAML\Module::getModuleURL('authYubiKey/resources/logo.jpg')

Definition at line 35 of file yubikeylogin.php.

◆ data [5/5]

$t data[ 'devicepic_url'] = SimpleSAML\Module::getModuleURL('authYubiKey/resources/yubikey.jpg')

Definition at line 36 of file yubikeylogin.php.

◆ else

if (!empty( $otp)) else
Initial value:
{
$otp = ''

Definition at line 19 of file yubikeylogin.php.