"""OAuth 2.1 / PKCE, audience validation, short-lived tokens. [v1 — stub]""" def require_auth(*a, **k): # pragma: no cover - [v1] raise NotImplementedError("REST auth is a v1 component.")