Skip to main content

The Backend EnterpriseConnectionOauthConfig object

OAuth configuration included on a Backend API EnterpriseConnection response.

Properties

  • Name
    authUrl
    Type
    undefined | string
    Description

    The OAuth authorization URL.

  • Name
    clientId
    Type
    undefined | string
    Description

    The OAuth client ID.

  • Name
    createdAt
    Type
    number
    Description

    The date when the configuration was first created.

  • Name
    discoveryUrl
    Type
    undefined | string
    Description

    The OpenID Connect discovery URL.

  • Name
    id
    Type
    string
    Description

    The unique identifier for the OAuth configuration.

  • Name
    logoPublicUrl
    Type
    undefined | string
    Description

    The public URL of the OAuth provider logo, if available.

  • Name
    name
    Type
    string
    Description

    The name to use as a label for the configuration.

  • Name
    providerKey
    Type
    string
    Description

    The OAuth provider key of the configuration. For example, 'custom_oidc'.

  • Name
    requiresPkce
    Type
    boolean
    Description

    Whether the OAuth configuration requires PKCE.

  • Name
    tokenUrl
    Type
    undefined | string
    Description

    The OAuth token URL.

  • Name
    updatedAt
    Type
    number
    Description

    The date when the configuration was last updated.

  • Name
    userInfoUrl
    Type
    undefined | string
    Description

    The OAuth user info URL.

Feedback

What did you think of this content?

Last updated on