{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_Connection_auth", "title": "property_Connection_auth", "description": "An authentication object that represents a specific authorized user's connection to an integration.", "properties": { "access_token": { "type": "string" }, "api_url": { "type": "string" }, "app_id": { "type": "string" }, "audience": { "type": "string" }, "authorize_url": { "type": "string" }, "client_id": { "type": "string" }, "client_secret": { "type": "string" }, "consumer_key": { "type": "string" }, "consumer_secret": { "type": "string" }, "dev_api_key": { "type": "string" }, "emails": { "$ref": "#/components/schemas/property_Connection_auth_emails" }, "expires_in": { "type": "number" }, "expiry_date": { "format": "date-time", "type": "string" }, "key": { "type": "string" }, "meta": { "additionalProperties": true, "type": "object" }, "name": { "type": "string" }, "other_auth_info": { "$ref": "#/components/schemas/property_Connection_auth_other_auth_info" }, "pem": { "type": "string" }, "refresh_token": { "type": "string" }, "refresh_token_expires_date": { "format": "date-time", "type": "string" }, "refresh_token_expires_in": { "type": "number" }, "refresh_url": { "type": "string" }, "state": { "type": "string" }, "token": { "type": "string" }, "token_url": { "type": "string" }, "user_id": { "type": "string" } }, "type": "object" }