Update OAuth2.md

This commit is contained in:
Ste Vaidis 2024-12-15 10:21:30 +02:00
parent 784fd2296f
commit a78e2a37f1

View File

@ -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.
```json
URL: https://www.googleapis.com/oauth2/v3/userinfo
HTTP Method: GET
Headers:
Authorization: Bearer {access_token}: The access token obtained in step 5.
```
- URL: https://www.googleapis.com/oauth2/v3/userinfo
- HTTP Method: GET
- Headers:
- Authorization: Bearer {access_token}: The access token obtained in step 5.
**Request:**