Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DeveloperAppKey.php48 public $issuedAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperAppKey
145 public function setIssuedAt($issuedAt) argument
147 $this->issuedAt = $issuedAt;
154 return $this->issuedAt;
H A DGoogleCloudApigeeV1Credential.php42 public $issuedAt; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Credential
125 public function setIssuedAt($issuedAt) argument
127 $this->issuedAt = $issuedAt;
134 return $this->issuedAt;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php239 private $issuedAt; variable in Google\\Auth\\OAuth2
1226 $this->issuedAt = null;
1228 $this->issuedAt = time();
1244 if (!is_null($this->issuedAt) && !is_null($this->expiresIn)) {
1245 return $this->issuedAt + $this->expiresIn;
1282 return $this->issuedAt;
1288 * @param int $issuedAt
1291 public function setIssuedAt($issuedAt) argument
1293 $this->issuedAt = $issuedAt;
1405 if ($issuedAt = $this->getIssuedAt()) {
[all …]