On 2014-06-24, 5:18 AM, Partha Debnath wrote:
Hello All,I have implemented client login into FireFox sync server in C++ using Beecrypt as the crypto and security library and as response {"uid","sessionToken","keyFetchToken", "verified","authAt"} is returned. I have followed android sync adapter code as reference for my implementation. I want to know from here on how to get Sync Keys (kA and kB).
The protocol is documented at: https://github.com/mozilla/fxa-auth-server/wiki/onepw-protocol#fetching-sync-keys and implemented in Java at: http://mxr.mozilla.org/mozilla-central/source/mobile/android/base/background/fxa/FxAccountClient10.java#595 Nick _______________________________________________ Dev-fxacct mailing list [email protected] https://mail.mozilla.org/listinfo/dev-fxacct

