Commit 101d79d
google-calendar: Fix usage of term "credentials", replace with "tokens".
Replaces some occurrences of the term "credentials" with "tokens" for
clarity, to conform with the terms used in Google API documentation.
Renamed:
- "google-credentials.json" to "google-tokens.json"
- `credential_path` to `tokens_path`
Google documentation refers to the client secret file sometimes as
"credentials.json", and the tokens file as "tokens.json".
We have been using "client-secret.json" and "google-credentials.json"
respectively, which can be confusing.
So, this commit switches to using the term "tokens" instead of
"credentials" wherever appropriate, to avoid confusion.
The term "credentials" is still used to refer to the Credentials object
returned after authorization.1 parent c01c55b commit 101d79d
File tree
2 files changed
+8
-8
lines changed- zulip/integrations/google
2 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments