3.8. webauthn_handlers module

class webauthn_handlers.WebauthnConfiguredResponse(is_configured: bool)[source]

Bases: object

is_configured: bool
webauthn_handlers.try_authenticate_user(user_id: str, webauthn_credentials: WebauthnCredentials, authentication_response: dict[str, Any])[source]