Update OAuth2.md
This commit is contained in:
parent
784fd2296f
commit
a78e2a37f1
12
OAuth2.md
12
OAuth2.md
@ -106,12 +106,12 @@ your platform can now use it to fetch the user's Google profile and email inform
|
|||||||
|
|
||||||
The token is included in the Authorization header of the request.
|
The token is included in the Authorization header of the request.
|
||||||
|
|
||||||
```json
|
|
||||||
URL: https://www.googleapis.com/oauth2/v3/userinfo
|
- URL: https://www.googleapis.com/oauth2/v3/userinfo
|
||||||
HTTP Method: GET
|
- HTTP Method: GET
|
||||||
Headers:
|
- Headers:
|
||||||
Authorization: Bearer {access_token}: The access token obtained in step 5.
|
- Authorization: Bearer {access_token}: The access token obtained in step 5.
|
||||||
```
|
|
||||||
|
|
||||||
**Request:**
|
**Request:**
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user