Skip to content

Commit 2ec6eeb

Browse files
author
Eric Koleda
authored
Merge pull request #134 from glittle/patch-1
clarify wording
2 parents 688e3bc + 96cd685 commit 2ec6eeb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ in your manifest file, ensure that the following scope is included:
3131
## Redirect URI
3232

3333
Before you can start authenticating against an OAuth2 provider, you usually need
34-
to register your application and retrieve the client ID and secret. Often
35-
these registration screens require you to enter a "Redirect URI", which is the
36-
URL that users will be redirected to after they've authorized the token. For
37-
this library (and the Apps Script functionality in general) the URL will always
34+
to register your application with that OAuth2 provider and obtain a client ID and secret. Often
35+
a provider's registration screen requires you to enter a "Redirect URI", which is the
36+
URL that the user's browser will be redirected to after they've authorized access to their account at that provider.
37+
38+
For this library (and the Apps Script functionality in general) the URL will always
3839
be in the following format:
3940

4041
https://script.google.com/macros/d/{SCRIPT ID}/usercallback

0 commit comments

Comments
 (0)