Array of multiple OAuth2Client objects

  • Type: array object[] · Array of multiple OAuth2Client objects
    • clientId
      Type: string

      Publicly known OAuth2 client identifier used in authorization and token requests

    • clientName
      Type: string

      Human-readable display name of the OAuth2 application

    • created
      Type: string Format: date-time
      read-only

      Creation timestamp

    • createdUserId
      Type: integer
      read-only

      ID of user who created this record

    • id
      Type: integer
      read-only

      Unique identifier - primary key

    • redirectUris
      Type: array string[]

      Permitted redirect URIs that the authorization server will send the auth code to

    • scopes
      Type: array string[]

      OAuth2 scopes this client is authorized to request

    • tokenId
      Type: integer

      ID of the MCP API token linked to this OAuth2 client for machine-to-machine access

    • updated
      Type: string Format: date-time
      read-only

      Last update timestamp

    • updatedUserId
      Type: integer
      read-only

      ID of user who last updated this record