@openfin/cloud-interop-core-api 0.0.1-alpha.0034b20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE.md ADDED
@@ -0,0 +1,4 @@
1
+ Learn more about OpenFin licensing at the links listed below or email us at support@openfin.co with questions.
2
+
3
+ - [Developer agreement](https://openfin.co/developer-agreement)
4
+
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # @openfin/cloud-interop-core-api
2
+
3
+ This package contains the core interop library that handles all interactions with the Here™ Cloud Interop Service.
4
+
5
+ It is callable via browser or node applications.
6
+
7
+
8
+ ## Authentication
9
+
10
+ The library supports authentication with the Here™ Cloud Interop Service using the following methods:
11
+ - Basic Authentication
12
+ - JWT Token Authentication
13
+ - Default Authentication i.e. Interactive session based authentication using cookies
14
+