SIGNING_WHITELIST
constSIGNING_WHITELIST: readonlyobject[]
Defined in: packages/api-client/src/core/interceptors/signingInterceptor.ts:29
Endpoints that MUST be signed. Everything else passes through untouched.
Keep these in sync with the BE verifier whitelist. Each entry is matched
via String#includes against the request URL so callers can pass either
an absolute URL or a relative path.