qcs-api-client-common 0.19.1

Common code for QCS API clients
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[credentials.test.token_payload]
refresh_token = "refresh_test"
access_token = "test_profile_access_token"
scope = "offline_access openid profile email"
expires_in = 3600
id_token = "id_token_test"
token_type = "Bearer"

[credentials.production.token_payload]
refresh_token = "refresh_production"
access_token = "production_profile_access_token"
scope = "offline_access profile email openid"
expires_in = 86400
id_token = "id_token_production"
token_type = "Bearer"