module documentation

The point of integration of application and authentication.

Interface IRealm The realm connects application-specific objects to the authentication system.
Class Portal A mediator between clients and a realm.
Type Alias _InterfaceItself Undocumented
Type Alias _requestResult Undocumented
_InterfaceItself = (source)

Undocumented

Value
Type[Interface]
_requestResult = (source)

Undocumented

Value
Tuple[_InterfaceItself, object, Callable[[], None]]