TokenStore
Xal-Node TokenStore
Purpose of the TokenStore
The purpose of the Tokenstore is to handle the metadata and expiration of the Tokens. It also makes sure the tokens gets saved and loaded properly when loading and unloading the classes.
Extending the TokenStore
If you want to save the token data in your own storage method then you can extend the TokenStore
class. See the example code below: