Searched refs:getExpiresAt (Results 1 – 8 of 8) sorted by relevance
78 public function getExpiresAt() function in Facebook\\Authentication\\AccessToken118 if ($this->getExpiresAt() instanceof \DateTime) {119 return $this->getExpiresAt()->getTimestamp() < time();
215 public function getExpiresAt() function in Facebook\\Authentication\\AccessTokenMetadata355 if (!$this->getExpiresAt() instanceof \DateTime) {359 if ($this->getExpiresAt()->getTimestamp() < time()) {
58 public function getExpiresAt() function in Facebook\\GraphNodes\\GraphSessionInfo
55 public function getExpiresAt() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1ConnectorsPlatformConfig
124 public function getExpiresAt() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperAppKey
118 public function getExpiresAt() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1Credential
272 public function getExpiresAt() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1Organization
1238 public function getExpiresAt() function in Google\\Auth\\OAuth21258 $expiration = $this->getExpiresAt();1391 'expires_at' => $this->getExpiresAt(),1396 'expires_at' => $this->getExpiresAt(),