Mudanças entre as edições de "Authentication.svc"

De LATROMI Manuais
Ir para: navegação, pesquisa
(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 18h39min de 8 de fevereiro de 2017

Sobre

Web Service REST

Authenticate

ValidateAuthToken

EndSession

  • Verbo Http: GET
  • Template de URL: {latromiUrl}/Services/Authentication.svc/rest/endSession/{authToken}

ChangePassword

  • Verbo Http: GET