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 {