Skip to content

AuthProtocol

fastagency.ui.mesop.auth.AuthProtocol #

Bases: Protocol

auth_component #

auth_component() -> component
Source code in fastagency/ui/mesop/auth/auth.py
def auth_component(self) -> me.component: ...

create_security_policy #

create_security_policy(
    policy: SecurityPolicy,
) -> SecurityPolicy
Source code in fastagency/ui/mesop/auth/auth.py
def 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
def is_authorized(self, *args: Any, **kwargs: Any) -> bool: ...