Link to home
Start Free TrialLog in
Avatar of robdijo
robdijoFlag for United States of America

asked on

How do I store an email and auth token from my api?

I am developing an app that uses an API to connect to our server to authenticate a user via email and password.  When that person successfully logs in a token is returned.  I need to store that token on the phone to be called to use functions for our app.  Can anyone help me woth the coding that will be needed to do this.  I have researched the Android Keystore but I have not gotten anywhere with the actual coding.  I have de-bugged my app and I do see the token is coming back on successful logins.
ASKER CERTIFIED SOLUTION
Avatar of Tomas Helgi Johannsson
Tomas Helgi Johannsson
Flag of Iceland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of robdijo

ASKER

Thank you!