/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/auth/src
NameSizeModeActions
Cache/-0755rm
Credentials/-0755rm
HttpHandler/-0755rm
Middleware/-0755rm
AccessToken.php183120644editdlrm
ApplicationDefaultCredentials.php137560644editdlrm
CacheTrait.php26090644editdlrm
CredentialsLoader.php103080644editdlrm
FetchAuthTokenCache.php89160644editdlrm
FetchAuthTokenInterface.php16670644editdlrm
GCECache.php23610644editdlrm
GetQuotaProjectInterface.php9470644editdlrm
Iam.php31510644editdlrm
IamSignerTrait.php22740644editdlrm
OAuth2.php442450644editdlrm
ProjectIdProviderInterface.php9620644editdlrm
ServiceAccountSignerTrait.php18460644editdlrm
SignBlobInterface.php15310644editdlrm
UpdateMetadataInterface.php12450644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/auth/src/FetchAuthTokenInterface.php (1667B)
a hash of auth tokens */ public function fetchAuthToken(callable $httpHandler = null); /** * Obtains a key that can used to cache the results of #fetchAuthToken. * * If the value is empty, the auth token is not cached. * * @return string a key that may be used to cache the auth token. */ public function getCacheKey(); /** * Returns an associative array with the token and * expiration time. * * @return null|array { * The last received access token. * * @type string $access_token The access token string. * @type int $expires_at The time the token expires as a UNIX timestamp. * } */ public function getLastReceivedToken(); }