Class WebhooksOAuth2ClientCredentialsCreateAttributes

OAuth2 client credentials attributes for a create request.

Hierarchy

  • WebhooksOAuth2ClientCredentialsCreateAttributes

Constructors

Properties

accessTokenUrl: string

URL of the OAuth2 access token endpoint.

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
audience?: string

The intended audience for the OAuth2 access token.

clientId: string

The OAuth2 client ID issued by the authorization server.

clientSecret: string

The OAuth2 client secret issued by the authorization server. Write-only; never returned by the API.

name: string

Human-readable name for this auth method. Must be unique within your organization.

scope?: string

Space-separated list of OAuth2 scopes to request.

Generated using TypeDoc