Where is the refresh token stored in an Android React Native application? Is it stored securely and/or encrypted?

I’m trying to figure out where is the refresh token stored in an Android React Native application, and if it is stored securely and/or encrypted.

Also if it is not stored securely, is there any way to change how/where it is stored in order to store it in an encrypted storage?

Hey there @BSK !

The CredentialsManager class is designed specifically for secure token storage, including refresh tokens:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.