Okta · Schema

ApplicationCredentialsOAuthClient

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
autoKeyRotation boolean
client_id string
client_secret string
pkce_required boolean
token_endpoint_auth_method object
View JSON Schema on GitHub

JSON Schema

okta-applicationcredentialsoauthclient-schema.json Raw ↑
{
  "$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"
  ]
}