Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/http/
H A DGTHttpClient.php85 * @param string $verifierUrl extension service URL
88 public static function extend(GTTimestamp $timestamp, $verifierUrl) { argument
98 curl_setopt($curl, CURLOPT_URL, $verifierUrl);
136 …* @param null|string $verifierUrl extension url if automatic extension is to be attempted, null o…
141 …public static function verify(GTTimestamp $timestamp, GTDataHash $dataHash, $verifierUrl, GTPublic… argument
157 if ($verifierUrl === null) {
177 curl_setopt($curl, CURLOPT_URL, $verifierUrl);