Home
last modified time | relevance | path

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

/plugin/authfacebook/lib/Authentication/
DAccessToken.php78 public function getExpiresAt() function in Facebook\\Authentication\\AccessToken
118 if ($this->getExpiresAt() instanceof \DateTime) {
119 return $this->getExpiresAt()->getTimestamp() < time();
DAccessTokenMetadata.php215 public function getExpiresAt() function in Facebook\\Authentication\\AccessTokenMetadata
355 if (!$this->getExpiresAt() instanceof \DateTime) {
359 if ($this->getExpiresAt()->getTimestamp() < time()) {
/plugin/authfacebook/lib/GraphNodes/
DGraphSessionInfo.php58 public function getExpiresAt() function in Facebook\\GraphNodes\\GraphSessionInfo
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1ConnectorsPlatformConfig.php55 public function getExpiresAt() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1ConnectorsPlatformConfig
DGoogleCloudApigeeV1Credential.php118 public function getExpiresAt() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1Credential
DGoogleCloudApigeeV1DeveloperAppKey.php124 public function getExpiresAt() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperAppKey
DGoogleCloudApigeeV1Organization.php272 public function getExpiresAt() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1Organization
/plugin/authgooglesheets/vendor/google/auth/src/
DOAuth2.php1238 public function getExpiresAt() function in Google\\Auth\\OAuth2
1258 $expiration = $this->getExpiresAt();
1391 'expires_at' => $this->getExpiresAt(),
1396 'expires_at' => $this->getExpiresAt(),