Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php116 $certsLocation = isset($options['certsLocation'])
117 ? $options['certsLocation']
473 * @param string $certsLocation
476 private function getCacheKeyFromCertLocation($certsLocation) argument
478 $key = $certsLocation === self::FEDERATED_SIGNON_CERT_URL
480 : sha1($certsLocation);
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md282 'certsLocation' => AccessToken::IAP_CERT_URL