Reference
AbstractStorage — ModuleAbstractStorage
Module defining interface to use for creating Storage objects
AbstractStorage.Container — TypeDefine an abstract Container Type to be used for storage like objects
AbstractStorage.session — Functionsession(container::C)
Create a authenticated interaction with a container
AbstractStorage.scrubsession — Functionscrubsession!(container::C)
Remove sensitive information from session (e.g. token, client secret)
AbstractStorage.scrubsession! — Functionscrubsession!(container::C)
Remove sensitive information from session (e.g. token, client secret)