Skip to content

Commit

Permalink
Merge pull request #384 from onthoo/master
Browse files Browse the repository at this point in the history
oauth2client.ISSUER_ documentation fix
  • Loading branch information
ryanseys committed Mar 9, 2015
2 parents 9ef3bc7 + 0bf8959 commit ef20cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/oauth2client.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ OAuth2Client.CLOCK_SKEW_SECS_ = 300;
OAuth2Client.MAX_TOKEN_LIFETIME_SECS_ = 86400;

/**
* Max Token Lifetime is one day in seconds
* Issuer is the issuer of the account
* @const
* @private
*/
Expand Down

0 comments on commit ef20cb1

Please sign in to comment.