mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 10:53:43 +00:00
fix example json response
This commit is contained in:
@ -73,7 +73,7 @@ The response will include an access token and expiry information.
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"token_type": "Bearer",
|
"token_type": "Bearer",
|
||||||
"expires_in": "3599"
|
"expires_in": "3599",
|
||||||
"ext_expires_in": "0",
|
"ext_expires_in": "0",
|
||||||
"expires_on": "1488720683",
|
"expires_on": "1488720683",
|
||||||
"not_before": "1488720683",
|
"not_before": "1488720683",
|
||||||
|
Reference in New Issue
Block a user