Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php68 protected $lastReceivedToken; variable in Google\\Auth\\Credentials\\AppIdentityCredentials
137 $this->lastReceivedToken = $token;
205 if ($this->lastReceivedToken) {
207 'access_token' => $this->lastReceivedToken['access_token'],
208 'expires_at' => $this->lastReceivedToken['expiration_time'],
H A DServiceAccountCredentials.php198 if ($lastReceivedToken = $jwtCreds->getLastReceivedToken()) {
200 $this->lastReceivedJwtAccessToken = $lastReceivedToken;
272 if ($lastReceivedToken = $jwtCreds->getLastReceivedToken()) {
274 $this->lastReceivedJwtAccessToken = $lastReceivedToken;
H A DGCECredentials.php132 protected $lastReceivedToken; variable in Google\\Auth\\Credentials\\GCECredentials