We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1955286 commit 6c2ff35Copy full SHA for 6c2ff35
README.md
@@ -46,6 +46,14 @@ doesn't match the version the library uses. You can call the service's
46
performing the OAuth flow. Register this version in addition to or in place of
47
the version that uses the key shown in the dialog.
48
49
+ /**
50
+ * Logs the redict URI to register in the Google Developers Console, etc.
51
+ */
52
+ function logRedirectUri() {
53
+ var service = getService();
54
+ Logger.log(service.getRedirectUri());
55
+ }
56
+
57
## Usage
58
59
Using the library to generate an OAuth2 token has the following basic steps.
0 commit comments