BSK
1
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?
tyf
3
Hey there @BSK !
The CredentialsManager
class is designed specifically for secure token storage, including refresh tokens:
system
Closed
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.