Spaces:
Sleeping
Sleeping
File size: 196 Bytes
ce45eb0 | 1 2 3 4 | """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.")
|