Dynamically register a public OAuth client
RFC 7591 Dynamic Client Registration for public PKCE clients. It has no bearer or client-secret authentication; registration is rate-limited and user consent at the authorization endpoint is the security boundary. Only token_endpoint_auth_method: none is supported.
Body
HTTPS redirect URIs (HTTP is permitted only for localhost-like hosts); fragments are forbidden.
1 - 10 elements200Informational registration metadata. The token endpoint supports only authorization_code.
Public PKCE clients only; no client secret is supported.
none Optional client metadata; requested user-consent scopes are selected at authorization time.
500Response
RFC 7591-style public client metadata. No client_secret is issued.
Public client identifier; it is not a secret.
Unix timestamp in seconds.
none 
