Skip to content

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
async def validate(self, passport: Passport, claim: dict[str, Any]) -> None:
    return None