jira.js
    Preparing search index...

    Type Alias TeamsClientConfig

    TeamsClientConfig: Omit<ClientConfig, "auth" | "host"> & {
        auth: AuthBasic | AuthBearer;
        host: string;
    }

    Type Declaration

    • auth: AuthBasic | AuthBearer

      Email and API token, or a bearer token.

      OAuth 2.0 is absent by design: the Teams API does not accept it, and neither do Forge apps.

    • host: string

      The site to send through. Teams answers on it behind /gateway/api, the same host every other surface uses.