Home
last modified time | relevance | path

Searched refs:secret (Results 1 – 25 of 140) sorted by path

123456

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/authfacebook/lib/
H A DFacebookApp.php39 protected $secret; variable in Facebook\\FacebookApp
43 * @param string $secret
47 public function __construct($id, $secret) argument
56 $this->secret = $secret;
76 return $this->secret;
86 return new AccessToken($this->id . '|' . $this->secret);
96 return implode('|', [$this->id, $this->secret]);
106 list($id, $secret) = explode('|', $serialized);
108 $this->__construct($id, $secret);
/plugin/authg2fa/
H A DGoogleAuthenticator.php28 $secret = '';
32 return $secret;
38 * @param string $secret
73 * @param string $secret
84 * @param string $secret
123 if (empty($secret)) return '';
135 $secret = str_replace('=','', $secret);
136 $secret = str_split($secret);
155 * @param string $secret
161 if (empty($secret)) return '';
[all …]
H A DTokenHelper.php30 $secret = $row[1];
31 $ret[$user] = $secret;
H A Daction.php52 $secret = $th->getSecret($_SERVER['REMOTE_USER']);
66 $secret = $th->getSecret($_SERVER['REMOTE_USER']);
79 $secret = $th->getSecret($_SERVER['REMOTE_USER']);
82 if($secret != '') {
84 $url = $ga->getQRCodeGoogleUrl(urlencode('DokuWiki:'.$_SERVER['REMOTE_USER']), $secret);
93 $secret = '';
98 …$form->addElement(form_makeTextField('secret', $secret, $this->getLang('secret'), '', 'block', arr…
102 …, $this->getLang('showqr'), array('name' => 'fn[showqr]', 'disabled' => $secret == '' ? 'disabled'…
107 …this->getLang('delete'), array('name' => 'fn[delsecret]', 'disabled' => $secret == '' ? 'disabled'…
H A Dadmin.php127 $secret = $this->_tokens[$user];
129 $secret = "";
131 ptln('<td>'.$secret.'</td>');
135 if($secret != "") {
H A Dauth.php23 $secret = $th->getSecret($user);
24 if($secret != "") {
25 define('GOOGLE_AUTH_SECRET', $secret);
53 $checkResult = $ga->verifyCode($secret, $twofa, $tslack);
/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php28 $secret = '';
32 return $secret;
38 * @param string $secret
73 * @param string $secret
84 * @param string $secret
123 if (empty($secret)) return '';
135 $secret = str_replace('=','', $secret);
136 $secret = str_split($secret);
155 * @param string $secret
161 if (empty($secret)) return '';
[all …]
H A DREADME.md11 * Your Google Authenticator secret.
H A Dauth.php19 $secret = $this->getConf("google_secret");
20 define('GOOGLE_AUTH_SECRET', $secret);
30 $checkResult = $ga->verifyCode($secret, $twofa, $tslack);
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md167 // sodium_crypto_sign_keypair(). The secret keys generated by other tools may
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudBuild.php800 'secret' => [
1041 'secret' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DWebhookConfig.php25 public $secret; variable in Google\\Service\\CloudBuild\\WebhookConfig
34 public function setSecret($secret) argument
36 $this->secret = $secret;
43 return $this->secret;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DSecretEnvVar.php33 public $secret; variable in Google\\Service\\CloudFunctions\\SecretEnvVar
70 public function setSecret($secret) argument
72 $this->secret = $secret;
79 return $this->secret;
H A DSecretVolume.php34 public $secret; variable in Google\\Service\\CloudFunctions\\SecretVolume
69 public function setSecret($secret) argument
71 $this->secret = $secret;
78 return $this->secret;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIAP/
H A DIdentityAwareProxyClient.php33 public $secret; variable in Google\\Service\\CloudIAP\\IdentityAwareProxyClient
66 public function setSecret($secret) argument
68 $this->secret = $secret;
75 return $this->secret;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2SecretKeySelector.php25 public $secret; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2SecretKeySelector
34 public function setSecret($secret) argument
36 $this->secret = $secret;
43 return $this->secret;
H A DGoogleCloudRunOpV2SecretVolumeSource.php32 public $secret; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2SecretVolumeSource
65 public function setSecret($secret) argument
67 $this->secret = $secret;
74 return $this->secret;
H A DGoogleCloudRunOpV2Volume.php62 public function setSecret(GoogleCloudRunOpV2SecretVolumeSource $secret) argument
64 $this->secret = $secret;
71 return $this->secret;
H A DGoogleCloudRunV2SecretKeySelector.php25 public $secret; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2SecretKeySelector
34 public function setSecret($secret) argument
36 $this->secret = $secret;
43 return $this->secret;
H A DGoogleCloudRunV2SecretVolumeSource.php32 public $secret; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2SecretVolumeSource
65 public function setSecret($secret) argument
67 $this->secret = $secret;
74 return $this->secret;
H A DGoogleCloudRunV2Volume.php62 public function setSecret(GoogleCloudRunV2SecretVolumeSource $secret) argument
64 $this->secret = $secret;
71 return $this->secret;
H A DVolume.php62 public function setSecret(SecretVolumeSource $secret) argument
64 $this->secret = $secret;
71 return $this->secret;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdpConfig.php42 public $secret; variable in Google\\Service\\IdentityToolkit\\IdpConfig
107 public function setSecret($secret) argument
109 $this->secret = $secret;
116 return $this->secret;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/
H A DSasPortalGenerateSecretResponse.php25 public $secret; variable in Google\\Service\\SASPortalTesting\\SasPortalGenerateSecretResponse
30 public function setSecret($secret) argument
32 $this->secret = $secret;
39 return $this->secret;

123456