{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ApplicationCredentialsOAuthClient", "title": "ApplicationCredentialsOAuthClient", "type": "object", "properties": { "autoKeyRotation": { "type": "boolean" }, "client_id": { "type": "string" }, "client_secret": { "type": "string" }, "pkce_required": { "type": "boolean" }, "token_endpoint_auth_method": { "$ref": "#/components/schemas/OAuthEndpointAuthenticationMethod" } }, "x-okta-tags": [ "Application" ] }