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 =

Undocumented

Value
type[Interface]
_requestResult =

Undocumented

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