17 lines
265 B
JSON
17 lines
265 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"access_token": {
|
|
"type": "string",
|
|
"example": "access_token"
|
|
},
|
|
"refresh_token": {
|
|
"type": "string",
|
|
"example": "refresh_token"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "AuthorizeResponse"
|
|
}
|
|
}
|