Home
last modified time | relevance | path

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

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