amplafi / amplafi-flow-client

Standard Java Client side library to interact with an Amplafi-Flow-Server
4 stars 0 forks source link

Enable flow-client to handle secured api calls #2

Closed patmoore closed 11 years ago

patmoore commented 11 years ago

Secured api calls consist of:

  1. making call to wireserver to initiate the api call. One of the parameters supplied is callbackUri.
  2. wireserver cuts initial connection
  3. wireserver sends to 'callbackUri' the temporary api key needed to complete the secured api call.

The amplafi-flow-client needs to be able to open a port with which to receive the response from the wireserver in step # 3.