Hello.
I am starting working with the
CloudKit Web Services
I am reading the documentation here:
I am trying to receive Getting the Web Authentication Token
After successfully login I am getting this json
Object
- appInfo:Object
- AdditionalSalt:"cec2731125ded8d34cbd3702e0c360b8b7b534fa04dbb2f0ea150b524b7739e5"
- AppDiscoverable:"false"
- AppId:"0"
- AppName:"iCloud.jovan.PhotoWebApp"
- ContainerEnvironment:"development"
- ContainerId:"iCloud.jovan.PhotoWebApp"
- DeveloperName:"UNKNOWN_DEVELOPER"
- LogoURL:""
- __proto__:Object
- ckSession:"48__24__AZLhIol7ffB34oNYrGP54rWKY5MiVdO+2+85oIiWPuKoK/KJ7r9cNivNwYd03iX/aDW6KL4wuAOVJZ0dAShqhT9ZhoUuW9ZZNPPQ7tzTcBNJ/itQI/uulkBi/51Rpijv/5ZypUYD9yGP3dyXQgDVlGSK8tUPHigigN7nO91DGkM1kaT11lXFBBCHlvZr0DX4tp1cxZ9/P/Q=__eyJYLUFQUExFLVdFQkFVVEgtUENTLUNsb3Vka2l0IjoiUVhCd2JEb3hPZ0VpWXd2Q0QyYmdCVWZrblo1cmp3dnl3Wjg1cHF1dTdLaFZPMThnMEx1bDhLeWRhMHR5SkhyUkZwT0JycEVicXNXWGhqUk9XbTlyd2pkZzB6K3JvZktOIiwiWC1BUFBMRS1XRUJBVVRILVBDUy1TaGFyaW5nIjoiUVhCd2JEb3hPZ0ZyZzEyZGNZSGk4WWRKYU0yK1pFMFRKaytrdTBBMmNZTG8vaUJPRlV1cEtKT3ExS1YvYjlBaldCeklwQTR5N2FUbXNrMDhCWjRsYVRoeWRTaSt3eE9PIn0="
- isICDP:false
- pcsDeleted:false
- permissions:Array[1]
- 0:Object
- ask:false
- name:"discoverability"
- __proto__:Object
- length:1
- __proto__:Array[0]
- 0:Object
- status:0
But, as per documentation I should receive the
ckWebAuthToken instead of ckSession
Could you please help me?
Looks like documenttion is incorrect or i do something wrong...
How to get the ckWebAuthToken or how to use this ckSession for requesting the web services?