access_generic-oauth-config

APIs.ioEngineeringPlatform

Properties

Name Type Description
client_id string Your OAuth Client ID
client_secret string Your OAuth Client Secret
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-generic-oauth-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_generic-oauth-config",
  "title": "access_generic-oauth-config",
  "properties": {
    "client_id": {
      "description": "Your OAuth Client ID",
      "example": "<your client id>",
      "type": "string"
    },
    "client_secret": {
      "description": "Your OAuth Client Secret",
      "example": "<your client secret>",
      "type": "string"
    }
  },
  "type": "object"
}