-
Notifications
You must be signed in to change notification settings - Fork 268
Commit 502f91e
committed
feat: Parse screenName in ProvidedUserInfo
This is available when having multiple providers where it provides
a screen name such as Twitter or GitHub.
See
https://cloud.google.com/identity-platform/docs/reference/rest/v1/ProviderUserInfo
for details.
It's available at endpoints like accounts.lookup or
projects.queryAccounts
Signed-off-by: Enrique J. Hernández <sixstone-qq@users.noreply.github.com>1 parent 6a28190 commit 502f91e
File tree
4 files changed
+26
-0
lines changed- auth
- testdata
4 files changed
+26
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | + | ||
63 | + | ||
64 | + | ||
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
| |||
1926 | 1930 | | |
1927 | 1931 | | |
1928 | 1932 | | |
1933 | + | ||
1934 | + | ||
1935 | + | ||
1936 | + | ||
1929 | 1937 | | |
1930 | 1938 | | |
1931 | 1939 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
66 | 71 | | |
67 | 72 | | |
68 | 73 | | |
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
69 | 79 | | |
70 | 80 | | |
71 | 81 | | |
| |||
0 commit comments