token_storage library

Functions

clearSession() Future<void>
Clear the plugin's SharedPrefs keys
getConfiguration() Map?
Get the configuration from the SharedPrefs
getCredentials() Future<Map?>
Get the credentials from the SharedPrefs
getTokens() Map?
Get the tokens from the SharedPrefs
saveConfiguration(Map conf) → void
Save the configuration to the SharedPrefs
saveCredentials(Map credentials) Future<void>
Save the credentials to the SharedPrefs
saveTokens(Map tokens) → void
Save the tokens to the SharedPrefs