AuthProtocol fastagency.ui.mesop.auth.AuthProtocol # Bases: Protocol auth_component # auth_component() -> component Source code in fastagency/ui/mesop/auth/auth.py 14def auth_component(self) -> me.component: ... create_security_policy # create_security_policy( policy: SecurityPolicy, ) -> SecurityPolicy Source code in fastagency/ui/mesop/auth/auth.py 9 10 11def create_security_policy( self, policy: me.SecurityPolicy ) -> me.SecurityPolicy: ... is_authorized # is_authorized(*args: Any, **kwargs: Any) -> bool Source code in fastagency/ui/mesop/auth/auth.py 16def is_authorized(self, *args: Any, **kwargs: Any) -> bool: ...