Changes between Version 11 and Version 12 of API_security


Ignore:
Timestamp:
08/09/2012 01:42:15 PM (10 months ago)
Author:
jbe
Comment:

Refreshing access tokens

Legend:

Unmodified
Added
Removed
Modified
  • API_security

    v11 v12  
    2828=== Authorization Code Grant === 
    2929 
     30[TODO] 
     31 
     32Access Tokens can be refreshed using the Token Endpoint. 
     33 
    3034=== Implicit Grant === 
     35 
     36[TODO] 
     37 
     38Access Tokens can not be refreshed. If an access token has expired, the end-user must be redirected to the LiquidFeedback Security Center, to confirm access for the API consumer again. 
    3139 
    3240=== Resource Owner Password Credentials Grant === 
     
    3745 
    3846Supports read access only. 
     47 
     48[TODO] 
     49 
     50As there will be no Refresh Token issued, Access Tokens acquired by this grant type can not be refreshed using a Refresh Token. However at any time an API consumer can use its client credentials again, to receive a new Access Token.