maxRedirectUrisPerRegistration

Records the exact set of redirect_uris a dynamically-registered client presented at /register, keyed by a server-issued registration handle, and answers whether a given redirect_uri is an exact member of that set. This is the allowlist the proxy enforces at /authorize before relaying an upstream authorization code. Upper bound on the number of redirect_uris a single /register request may register. An unauthenticated DCR request carrying more than this is truncated to the first maxRedirectUrisPerRegistration entries so one request cannot inflate the registry without bound.

@safe
enum size_t maxRedirectUrisPerRegistration;