Mudanças entre as edições de "Authentication.svc"
(→Web Service REST) |
(→Web Service REST) |
||
Linha 25: | Linha 25: | ||
* Verbo Http: GET | * Verbo Http: GET | ||
+ | * Template de URL: {latromiUrl}/Services/Authentication.svc/rest/changePassword/{requestToken} | ||
+ | * Exemplo: http://samples.latromi.com.br/changePassword |
Edição das 19h39min de 8 de fevereiro de 2017
Índice
Sobre
Web Service REST
Authenticate
- Verbo Http: GET
- Template de URL: {latromiUrl}/Services/Authentication.svc/rest/authenticate/{requestToken}
- Exemplo: http://samples.latromi.com.br/AuthToken/
ValidateAuthToken
- Verbo Http: GET
- Template de URL: {latromiUrl}/Services/Authentication.svc/rest/validateAuthToken/{authToken}
- Exemplo: http://samples.latromi.com.br/validatetoken
EndSession
- Verbo Http: GET
- Template de URL: {latromiUrl}/Services/Authentication.svc/rest/endSession/{authToken}
ChangePassword
- Verbo Http: GET
- Template de URL: {latromiUrl}/Services/Authentication.svc/rest/changePassword/{requestToken}
- Exemplo: http://samples.latromi.com.br/changePassword