Class WebhooksOAuth2ClientCredentialsResponseData

OAuth2 client credentials data from a response.

Hierarchy

  • WebhooksOAuth2ClientCredentialsResponseData

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

OAuth2 client credentials attributes returned by the API. The client_secret is never echoed.

id: string

The ID of the OAuth2 client credentials auth method.

OAuth2 client credentials resource type.

Generated using TypeDoc