We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca38246 commit 0ebbe35Copy full SHA for 0ebbe35
1 file changed
doc/Readme.md
@@ -0,0 +1,14 @@
1
+# Using get_tokens.py
2
+This python script will let you use it to log in to your Hilo account.
3
+
4
+From there, you will be asked to copy the full HA redirect(callback) URL and go back to your python script and press enter.
5
6
+Negotiation will take place and you will receive three distinct tokens:
7
+- Your access token
8
+- Your devicehub token
9
+- Your challengehub token
10
11
+Take care not to share your tokens as they are not encrypted and contain personally identifiable information.
12
13
+# Using Postman to send payloads to devicehub or challengehub
14
+## Prerequisite: you need to have your tokens on hand, they are relatively short lived so once you have them, get to connecting!
0 commit comments