Update OAuth2.md
This commit is contained in:
parent
12573135a9
commit
a8b058b311
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user