Update OAuth2-Backend-Approach.md
This commit is contained in:
parent
13bc25748b
commit
cc6f64130f
@ -104,6 +104,13 @@ client_secret=PASS1234
|
||||
|
||||
### 3. Backend **response** to Front
|
||||
|
||||
```json
|
||||
{
|
||||
"access_token": "ya29.a0AfH6SMC8Op6zXZkHi2XITkDoOVzYXt3hTY6sny54UlWlxrnKlX5Xv78is7BEHekVX-VoA",
|
||||
"token_type": "Bearer",
|
||||
"expires_in": 3600,
|
||||
}
|
||||
|
||||
<details>
|
||||
<summary><h4>Backend code</h4></summary>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user