|
|
Line 384: |
Line 384: |
| | failure message | | | failure message |
| | sent upon failure to send | | | sent upon failure to send |
| |}
| |
|
| |
| === oauthorizer ===
| |
|
| |
| OAuthorizer provides simple APIs for initiating OAuth login/authorization flow and calling OAuth version 1 and 2 based APIs. In our use of oauthorizer, a service iframe makes a call which is received by the mediator class. The mediator class passes that to oauthorizer which makes the oauth call and returns the response.
| |
|
| |
| * future changes
| |
| ** remove ability to store credentials completely
| |
| ** remove content-available API and make available only to mediated openwebapps
| |
|
| |
| '''Stored Data:'''
| |
|
| |
| While oauthorizer can be used to store OAuth credentials, in our use it does not.
| |
|
| |
| '''Communication with Component Y'''
| |
|
| |
| {| class="wikitable"
| |
| |-
| |
| ! Direction
| |
| ! Message
| |
| ! Data
| |
| ! Notes
| |
| |-
| |
| | ''In:''
| |
| | message 1
| |
| | types of data received from component Y with the message
| |
| |
| |
| |-
| |
| | ''Out:''
| |
| | message 2
| |
| | types of data sent to component Y with the message
| |
| |
| |
| |} | | |} |
|
| |
|