Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountCredentials.php151 'audience' => self::TOKEN_CREDENTIAL_URI,
157 'tokenCredentialUri' => self::TOKEN_CREDENTIAL_URI,
H A DUserRefreshCredentials.php92 'tokenCredentialUri' => self::TOKEN_CREDENTIAL_URI,
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCredentialsLoader.php34 const TOKEN_CREDENTIAL_URI = 'https://oauth2.googleapis.com/token'; define in Google\\Auth\\CredentialsLoader