Customizing storage used by the Journey module
PingOne Advanced Identity Cloud PingAM Android iOS
Depending on the authentication use case, you may need to store and retrieve ID tokens, access tokens, refresh tokens, or cookies.
Each token is serving a different use case, and as such how you handle them can be different.
The Orchestration SDKs employ identity best practices for storing data by default. However there are use cases where you might need to customize how the SDK stores data.
For example, you might be running on hardware that provides specialized security features, or perhaps target older hardware that cannot handle the latest algorithms.
For these cases, you can customize the provided storage solutions, or provide your own custom storage classes.