POST api/appcliente/social_login/token
Salvar ou Atualiza o Token de Social Login
Request Information
URI Parameters
None.
Body Parameters
AppCliente.Request.SocialLogin.SaverOrRemoveTokenRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TipoToken | Shared.Enum.TipoToken |
None. |
|
| Token | string |
None. |
|
| Id | string |
None. |
|
| Cpf | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TipoToken": 1,
"Token": "sample string 1",
"Id": "sample string 2",
"Cpf": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppCliente.Response.Generic.BasicResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| CodRetorno |
None. |
Response Formats
application/json, text/json
Sample:
{
"CodRetorno": 0
}