What is the recommended way to store OAuth tokens securely on Android?
-
A
In a public SharedPreferences file
-
B
In the Android Keystore System or EncryptedSharedPreferences
-
C
In a plain text file on external storage
-
D
As a URL parameter in the app's deep link scheme