Stateless session refresh
Refreshing the stateless session is directly connected to the stateless registration feature and is used to prolong the access token validity. Access token validity can be set via the backend in the app configuration.
The SDK automatically tries to refresh the access token if the user is in a stateless session and the token is expired. Auto refresh can eventually fail if the max registration validity
option in the app configuration is set to a fixed time.
The SDK offers a public API method to manually refresh the token on demand.