added some comments

This commit is contained in:
Oscar Krause 2022-12-29 09:01:36 +01:00
parent 6b2e6bf392
commit d86948aee2
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ async def client_token():
"nbf": timegm(cur_time.timetuple()),
"exp": timegm(exp_time.timetuple()),
"update_mode": "ABSOLUTE",
"scope_ref_list": [str(uuid4())],
"scope_ref_list": [str(uuid4())], # this is our LEASE_REF
"fulfillment_class_ref_list": [],
"service_instance_configuration": {
"nls_service_instance_ref": INSTANCE_REF,