OptionalallowedAuthMethods?: ("client_secret" | "private_key_jwt")[]List of allowed authentication methods for the client
OptionalallowedOrigins?: string[]List of allowed redirect URIs for login
ReadonlyclientId: stringClient application id
ReadonlyclientSecret: stringClient application secret
OptionalpublicKeys?: JWK[]List of public keys for JWT authentication
OptionalredirectUris?: string[]List of allowed redirect URIs for login
Response schema for OAuth client creation