Skip to content

Commit

Permalink
Merge pull request #99 from bshaffer/update-oauth2-token-uri-to-v4
Browse files Browse the repository at this point in the history
update oauth2 token URI to v4
  • Loading branch information
bshaffer committed Mar 3, 2016
2 parents 84add3c + 98ab7d7 commit c05fe66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CredentialsLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
abstract class CredentialsLoader implements FetchAuthTokenInterface
{
const TOKEN_CREDENTIAL_URI = 'https://www.googleapis.com/oauth2/v3/token';
const TOKEN_CREDENTIAL_URI = 'https://www.googleapis.com/oauth2/v4/token';
const ENV_VAR = 'GOOGLE_APPLICATION_CREDENTIALS';
const WELL_KNOWN_PATH = 'gcloud/application_default_credentials.json';
const NON_WINDOWS_WELL_KNOWN_PATH_BASE = '.config';
Expand Down

0 comments on commit c05fe66

Please sign in to comment.