Update OAuth2.md
This commit is contained in:
parent
be82269206
commit
46e34ae28d
@ -62,7 +62,7 @@ GET https://accounts.google.com/o/oauth2/v2/auth?
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><h3>Frontend HTTP Response from Google</h3></summary>
|
||||
<summary><h3>Google HTTP Response to Frontend </h3></summary>
|
||||
|
||||
```bash
|
||||
HTTP/1.1 302 Found
|
||||
@ -120,7 +120,7 @@ Content-Type: application/json
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><h3>Frontend HTTP Response from Backend</h3></summary>
|
||||
<summary><h3>Backend HTTP Response to Frontend</h3></summary>
|
||||
|
||||
```json
|
||||
{
|
||||
@ -216,7 +216,7 @@ client_secret=YOUR_GOOGLE_CLIENT_SECRET
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><h3>HTTP Response from Google</h3></summary>
|
||||
<summary><h3>Google HTTP Response Backend and Backend response to Frontend</h3></summary>
|
||||
|
||||
```json
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user