Home
last modified time | relevance | path

Searched refs:Auth_Yubico (Results 1 – 3 of 3) sorted by relevance

/plugin/authyubikey/lib/
H A DREADME1 == Auth_Yubico PHP class ==
20 $ wget https://developers.yubico.com/php-yubico/Releases/Auth_Yubico-2.5.tgz
21 $ pear install Auth_Yubico-2.5.tgz
36 $yubi = new Auth_Yubico('42', 'FOOBAR=');
H A DYubico.php35 class Auth_Yubico class
107 function Auth_Yubico($id, $key = '', $https = 0, $httpsverify = 1) function in Auth_Yubico
/plugin/authyubikey/
H A Dauth.php83 … $yubi = new Auth_Yubico($this->getConf('yubico_client_id'), $this->getConf('yubico_secret_key'));
119 …$yubi = new Auth_Yubico($this->getConf('yubico_client_id'), $this->getConf('yubico_secret_key'));