13 lines
185 B
JSON
13 lines
185 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"access_token": {
|
|
"type": "string",
|
|
"example": "access_token"
|
|
}
|
|
},
|
|
"xml": {
|
|
"name": "AuthorizeRefreshResponse"
|
|
}
|
|
}
|