MemoryIO#
authx_extra.extra._memory.MemoryIO #
Initialize an instance of MemoryIO.
Creates a dictionary to store the session data.
Source code in authx_extra/extra/_memory.py
raw_memory_store instance-attribute
#
MemoryIO is a class that implements the IO interface for the session store.
It is used to store session data in memory.