OAuthClient

Represents an OAuth 2.0 client registration in the API.

  • clientId
    Type: string
    required

    The OAuth client ID.

  • createdUtc
    Type: stringFormat: date-time
    required

    When this client was created (UTC).

  • redirectUris
    Type: array string[]
    required

    Configured redirect URIs for this client.

  • botUserId
    Type: null | string

    Associated bot user ID for M2M clients.

  • displayName
    Type: null | string

    Optional friendly name for this client.