Update OAuth2.md

This commit is contained in:
Ste Vaidis 2024-12-15 10:06:50 +02:00
parent 12573135a9
commit a8b058b311

View File

@ -75,11 +75,9 @@ client_secret=YOUR_GOOGLE_CLIENT_SECRET
# 5. Access Token Response (Google Returns Tokens)
Google validates the request
and returns a response with the access token (which can be used to access the user's Google resources)
and optionally, a refresh token (which can be used to refresh the access token when it expires).
1. Google validates the request
2. and returns a response with the access token (which can be used to access the user's Google resources)
3. and optionally, a refresh token (which can be used to refresh the access token when it expires).
```json
{