Changes between Version 11 and Version 12 of API_security
- Timestamp:
- 08/09/2012 01:42:15 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
API_security
v11 v12 28 28 === Authorization Code Grant === 29 29 30 [TODO] 31 32 Access Tokens can be refreshed using the Token Endpoint. 33 30 34 === Implicit Grant === 35 36 [TODO] 37 38 Access 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. 31 39 32 40 === Resource Owner Password Credentials Grant === … … 37 45 38 46 Supports read access only. 47 48 [TODO] 49 50 As 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.
