From a8b058b311b2356a16159b5cb1fce05175f19762 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Sun, 15 Dec 2024 10:06:50 +0200 Subject: [PATCH] Update OAuth2.md --- OAuth2.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/OAuth2.md b/OAuth2.md index 0ea95aa..38de9c4 100644 --- a/OAuth2.md +++ b/OAuth2.md @@ -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 {