File: login_data.py

package info (click to toggle)
python-crownstone-cloud 1.4.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: python: 1,126; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 141 bytes parent folder | download
1
2
3
4
5
6
7
login_data = {
    "id": "my_access_token",
    "ttl": 1209600,
    "created": "date",
    "userId": "user_id",
    "principalType": "user"
}