You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used by the [SmartApp SDK](https://github.com/SmartThingsCommunity/smartapp-sdk-nodejs) to store IDs and access tokens for an installed instance of a SmartApp
4
4
and retrieves that information for use in asynchronous API calls. The use of a context store
@@ -12,33 +12,114 @@ The context stored by this module consists of the following data elements:
12
12
***locationId**: the UUID of the location in which the app is installed
13
13
***authToken**: the access token used in calling the API
14
14
***refreshToken**: the refresh token used in generating a new access token when one expires
15
-
***clientId**: the SmartApp's client ID, used in generating a new access token
16
-
***clientSecret**: the SmartApp's client secret, used in generating a new access token
17
-
***config**: the current installed app instance configuration, i.e. selected devices, options, etc.v
15
+
***config**: the current installed app instance configuration, i.e. selected devices, options, etc.
16
+
17
+
_Note: Version 2.X.X is a breaking change to version 1.X.X as far as configuring the context store is
18
+
concerned, but either one can be used with any version of the SmartThings SDK._
0 commit comments