module documentation

Undocumented

Class MemorySessionStore No class docstring; 0/2 instance variable, 1/4 method, 1/1 class method documented
Function declareMemoryAuthorizer Declare that the decorated function is an authorizer usable with a memory session store.
def declareMemoryAuthorizer(forInterface): (source)

Declare that the decorated function is an authorizer usable with a memory session store.

Parameters
forInterface:Type[Interface]Undocumented
Returns
Callable[[Callable], _MemoryAuthorizerFunction]Undocumented