Changes between Version 7 and Version 8 of RESTDraft


Ignore:
Timestamp:
04/05/12 15:23:36 (12 years ago)
Author:
adir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RESTDraft

    v7 v8  
    4141||'''Método:'''||'''POST'''|| || 
    4242||'''Parâmetros:'''|| grant_type:(authorization_code/password/token/refresh_token) \\ client_id: <> \\ client_secret: <> \\ username: <> \\ password: <>|| || 
    43 ||'''Retorno:'''|| access_token \\ token_type \\ expires_in \\ refresh_token || 
    44 ||Retorno de Exemplo (JSON):|||| {} 
     43||'''Retorno:'''|| access_token \\ token_type \\ expires_in \\ refresh_token \\ scope || 
     44||Retorno de Exemplo (JSON):|||| {"access_token":"f706cf62c913163498b8258eb88b164392a4bc4e","expires_in":3600,"token_type":"bearer","scope":"all","refresh_token":"6ba7d0d7cd4e7ff315f4fbf26a5585a4ca56cceb"} 
    4545\\ 
    4646