Webex · JSON Structure

Meeting Authentication Method Object Structure

* `NONE` - No authentication. * `EAP_FAST` - Extensible Authentication Protocol-Flexible Authentication via Secure Tunneling. Requires username and password authentication. * `PEAP_GTC` - Protected Extensible Authentication Protocol - Generic Token Card. Requires username and password authentication. * `PEAP_MSCHAPV2` - Protected Extensible Authentication Protocol - Microsoft Challenge Handshake Authentication Protocol version 2. Requires username and password authentication. * `PSK` - Pre-Shared Key. Requires shared passphrase for authentication. * `WEP` - Wired Equivalent Privacy. Requires encryption key for authentication.

Type: string Properties: 0
CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

AuthenticationMethodObject is a JSON Structure definition published by Webex. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-structure/meeting-authentication-method-object-structure.json",
  "name": "AuthenticationMethodObject",
  "description": " * `NONE` - No authentication.\n * `EAP_FAST` - Extensible Authentication Protocol-Flexible Authentication via Secure Tunneling. Requires username and password authentication.\n * `PEAP_GTC` - Protected Extensible Authentication Protocol - Generic Token Card. Requires username and password authentication.\n * `PEAP_MSCHAPV2` - Protected Extensible Authentication Protocol - Microsoft Challenge Handshake Authentication Protocol version 2. Requires username and password authentication.\n * `PSK` - Pre-Shared Key. Requires shared passphrase for authentication.\n * `WEP` - Wired Equivalent Privacy. Requires encryption key for authentication.\n",
  "type": "string",
  "enum": [
    "NONE",
    "EAP_FAST",
    "PEAP_GTC",
    "PEAP_MSCHAPV2",
    "PSK",
    "WEP"
  ]
}