Skip to content

Commit

Permalink
Add extern for AuthResponse.id_token
Browse files Browse the repository at this point in the history
Refs #53
  • Loading branch information
dhleong committed Nov 2, 2018
1 parent 0a4f6ba commit d54785e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions externs/gapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ gapi.auth2.AuthResponse = function() {};
/** @type {string} */
gapi.auth2.AuthResponse.access_token;

/** @type {string} */
gapi.auth2.AuthResponse.id_token;


/** @constructor */
gapi.drive.share.ShareClient = function() {};
Expand Down

0 comments on commit d54785e

Please sign in to comment.