Changes between Version 5 and Version 6 of RESTDraft


Ignore:
Timestamp:
04/02/12 17:58:14 (12 years ago)
Author:
adir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RESTDraft

    v5 v6  
    4040||'''URI:'''||'''/rest/token/'''||Autentica consumidor através do protocolo OAuth2 (http://tools.ietf.org/html/draft-ietf-oauth-v2-25)|| 
    4141||'''Método:'''||'''POST'''|| || 
    42 ||'''Parâmetros:'''|| grant_type:(authorization_code/password/token/refresh_token) || || 
    43 ||'''Retorno:'''|| ||  { 
     42||'''Parâmetros:'''|| grant_type:(authorization_code/password/token/refresh_token) \\ client_id: <> \\ client_secret: <> \\ username: <> \\ password: <>|| || 
     43||'''Retorno:'''|| ||  ||\\{ 
    4444       "access_token":"2YotnFZFEjr1zCsicMWpAA", 
    4545       "token_type":"example",