Skip to content

Commit a9cb5b1

Browse files
committed
Update google_oauth2.json
1 parent 8240fe9 commit a9cb5b1

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

test/fixtures/google_oauth2.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{"provider": "google_oauth2",
2+
"uid": "820491782",
3+
"info": {"name": "Linwood Mann", "first_name": "Linwood", "last_name": "Mann", "email": "[email protected]", "image": "https://via.placeholder.com/300x300.png"},
4+
"credentials": {"token": "fbb07f2bbc76dd14165a699862c17146", "refresh_token": "e43ddadc06a27d5cee713b8d482ce9bb", "expires_at": 1754160940, "expires": true},
5+
"extra":
6+
{
7+
"raw_info":
8+
{
9+
"sub": "820491782",
10+
"email": "[email protected]",
11+
"email_verified": "true",
12+
"name": "Linwood Mann",
13+
"given_name": "Linwood",
14+
"family_name": "Mann",
15+
"profile": "https://plus.google.com/820491782",
16+
"picture": "https://via.placeholder.com/300x300.png",
17+
"gender": "male",
18+
"birthday": "1935-11-30",
19+
"locale": "en",
20+
"hd": "wyman-friesen.com"
21+
},
22+
"id_info":
23+
{
24+
"iss": "accounts.google.com",
25+
"at_hash": "4c4dbe166c444f9f0a07a2758933913b",
26+
"email_verified": true,
27+
"sub": "5698833099100738561814092831",
28+
"azp": "APP_ID",
29+
"email": "[email protected]",
30+
"aud": "APP_ID",
31+
"iat": 1770055565,
32+
"exp": 1752958907,
33+
"openid_id": "https://www.google.com/accounts/o8/id?id=820491782"
34+
}
35+
}
36+
}

0 commit comments

Comments
 (0)