Searched refs:secretKey (Results 1 – 5 of 5) sorted by relevance
33 private $secretKey; variable in Monolog\\Handler\\IFTTTHandler37 * @param string $secretKey A valid IFTTT secret key39 …public function __construct(string $eventName, string $secretKey, $level = Logger::ERROR, bool $bu… argument46 $this->secretKey = $secretKey;64 …LOPT_URL, "https://maker.ifttt.com/trigger/" . $this->eventName . "/with/key/" . $this->secretKey);
48 $secretKey = 'secretKey';58 $result = $this->auth->validate($secretKey);68 $secretKey = 'secretKey';81 $result = $this->auth->validate($secretKey);91 $secretKey = 'secretKey';109 $result = $this->auth->validate($secretKey);119 $secretKey = 'secretKey';137 $result = $this->auth->validate($secretKey);147 $secretKey = 'secretKey';168 $result = $this->auth->validate($secretKey);[all …]
33 private $secretKey; variable in HTMLPurifier_URIFilter_Munge49 $this->secretKey = $config->get('URI.MungeSecretKey');50 if ($this->secretKey && !function_exists('hash_hmac')) {109 if ($this->secretKey) {110 $this->replace['%t'] = hash_hmac("sha256", $string, $this->secretKey);
84 * @param string $secretKey87 function validate($secretKey) { argument113 $this->hmacsha1($secretKey,