Do any of the TREP or Elektron API's come with an example on how to use TREP Authentication?

Do any of the TREP or Elektron API's come with an example on how to use TREP Authentication?

Best Answer

  • ETA and EMA(both C/C++ and Java) have NIProvider and Consumer examples for TREP Authentication.

    On the ETA side, the standard Consumer and NIProvider applications show base ETA usage of the functionality. The VAConsumer, VANIProvider, and WatchlistConsumer examples show Trep Auth usage with the ETA Value Added components and Reactor Watchlist.

    For EMA, Example 430 for both Consumer and NIProvider shows TREP Auth usage.

    All of the above applies to both C/C++ and Java APIs.

    Note that all of these examples are intended to showcase API usage. These do not show token generation or retrieval, as it is expected that these will be specific to client deployments.

Answers

  • Thanks Mitchell. I didn't see anything in 1.0.8 but upgraded to 1.1.0 and I now see them.

    Thanks Again.