Mudanças entre as edições de "Authentication.svc"
(→Authenticate) |
(→Web Service REST) |
||
Linha 8: | Linha 8: | ||
* Verbo Http: GET | * Verbo Http: GET | ||
− | * Template de URL: {latromiUrl}/Services/authenticate/{requestToken} | + | * Template de URL: {latromiUrl}/Services/Authentication.svc/rest/authenticate/{requestToken} |
* Exemplo: http://samples.latromi.com.br/AuthToken/ | * Exemplo: http://samples.latromi.com.br/AuthToken/ | ||
=== ValidateAuthToken === | === ValidateAuthToken === | ||
− | Verbo Http: GET | + | * Verbo Http: GET |
+ | * Template de URL: {latromiUrl}/Services/Authentication.svc/rest/validateAuthToken/{authToken} | ||
+ | * Exemplo: http://samples.latromi.com.br/validatetoken | ||
=== EndSession === | === EndSession === | ||
− | Verbo Http: GET | + | * Verbo Http: GET |
+ | * Template de URL: {latromiUrl}/Services/Authentication.svc/rest/endSession/{authToken} | ||
=== ChangePassword === | === ChangePassword === | ||
− | Verbo Http: GET | + | * Verbo Http: GET |
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