File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,11 @@ in your manifest file, ensure that the following scope is included:
3131## Redirect URI
3232
3333Before 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
3839be in the following format:
3940
4041 https://script.google.com/macros/d/{SCRIPT ID}/usercallback
You can’t perform that action at this time.
0 commit comments