Secure storage solution

Hi guys,

I`m dealing with an app which requires to store in session critical information (Session token) after the user log in and the server returns the password encrypted and uses it for the rest service invocations.
I dont want to use sessionStorage as this is not secure. I’ve found a plugin for IOS, which uses the Keychain: KeychainPlugin but for android I can’t find a solution for my requirements.

Could you give me some advice

Thanks a lot

Kind regards

Hi,
Could please share your solution?