Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ListHybridIssuersResponse.php29 public function setIssuers($issuers) argument
31 $this->issuers = $issuers;
38 return $this->issuers;
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php121 $issuers = array(self::OAUTH2_ISSUER, self::OAUTH2_ISSUER_HTTPS);
122 if (!isset($payload->iss) || !in_array($payload->iss, $issuers)) {
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php281 $issuers = $this->getIssuers();
282 foreach ($issuers as $issuer) {
547 $issuers = array();
552 $issuers[] = $responseIssuer->item(0)->textContent;
563 $issuers[] = $assertionIssuer->item(0)->textContent;
571 return array_unique($issuers);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DApigee.php131 'issuers',