NoAuth autogen.beta.network.auth.NoAuth # No-op adapter — accepts every claim. Default registry entry. scheme class-attribute instance-attribute # scheme = 'none' validate async # validate(passport, claim) Source code in autogen/beta/network/auth.py 39 40async def validate(self, passport: Passport, claim: dict[str, Any]) -> None: return None