I I understand it correctly I am trying to use Two Legged Authentication in my android app. I carry user/pw/deviceid/accesstoken in my web database for a user.
Once a user logs into my android app and I verify against my database I think I need to set the accesstoken like:
ParticleCloudSDK.getCloud().setAccessToken(“xxxxxxxxxxxxxxxxxxx”);
is this the way to do authentication? Am I doing the correctly?
Thanks for all your help