Class WebhooksOAuth2ClientCredentialsResponseAttributes

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

Hierarchy

  • WebhooksOAuth2ClientCredentialsResponseAttributes

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.

name?: string

Human-readable name for this auth method.

Authentication protocol used by the auth method.

scope?: string

Space-separated list of OAuth2 scopes to request.

Generated using TypeDoc