MemoryIO#
authx_extra.extra._memory.MemoryIO #
Initialize an instance of MemoryIO.
Creates a dictionary to store the session data.
Source code in .venv/lib/python3.9/site-packages/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.
has_session_id async
#
has_no_session_id async
#
create_store async
#
PARAMETER | DESCRIPTION |
---|---|
session_id | TYPE: |
Source code in .venv/lib/python3.9/site-packages/authx_extra/extra/_memory.py
get_store async
#
PARAMETER | DESCRIPTION |
---|---|
session_id | TYPE: |