Skip to content

Commit 2b03706

Browse files
author
Eric Koleda
committed
1.37.0
1 parent c538510 commit 2b03706

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

dist/OAuth2.gs

+1-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ if (typeof module === 'object') {
6161
module.exports = {
6262
createService: createService,
6363
getRedirectUri: getRedirectUri,
64-
TOKEN_FORMAT: TOKEN_FORMAT,
65-
STATE_PARAMETER_LOCATION: STATE_PARAMETER_LOCATION
64+
TOKEN_FORMAT: TOKEN_FORMAT
6665
};
6766
}
6867

docs/Service_.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5080,7 +5080,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Service_.
50805080
<br class="clear">
50815081

50825082
<footer>
5083-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Feb 27 2020 17:41:34 GMT-0500 (EST)
5083+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Mar 02 2020 13:19:43 GMT-0500 (EST)
50845084
</footer>
50855085

50865086
<script> prettyPrint(); </script>

docs/Storage_.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Service_.
763763
<br class="clear">
764764

765765
<footer>
766-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Feb 27 2020 17:41:34 GMT-0500 (EST)
766+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Mar 02 2020 13:19:43 GMT-0500 (EST)
767767
</footer>
768768

769769
<script> prettyPrint(); </script>

docs/global.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Service_.
12181218
<br class="clear">
12191219

12201220
<footer>
1221-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Feb 27 2020 17:41:34 GMT-0500 (EST)
1221+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Mar 02 2020 13:19:43 GMT-0500 (EST)
12221222
</footer>
12231223

12241224
<script> prettyPrint(); </script>

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Service_.
724724
<br class="clear">
725725

726726
<footer>
727-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Feb 27 2020 17:41:34 GMT-0500 (EST)
727+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Mon Mar 02 2020 13:19:43 GMT-0500 (EST)
728728
</footer>
729729

730730
<script> prettyPrint(); </script>

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apps-script-oauth2",
3-
"version": "1.36.0",
3+
"version": "1.37.0",
44
"description": "OAuth2 for Apps Script is a library for Google Apps Script that provides the ability to create and authorize OAuth2 tokens as well as refresh them when they expire.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)