...
| Bloco de código | ||
|---|---|---|
| ||
{
"refresh_token": "sample string 1",
"grant_type": "sample string 2"
} |
application/xml, text/xml
| Bloco de código | ||
|---|---|---|
| ||
<ConsincoRefreshTokenBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AuthenticationServer.Models"> <ControllerVersion>3</ControllerVersion> <GrantType>sample string 2</GrantType> <Refreshtoken>sample string 1</Refreshtoken> </ConsincoRefreshTokenBindingModel> |
Códigos do Recurso (Response Codes)
...