Class AuthenticationClient

Client providing access to Autodesk Forge APIs.

Tutorial

authentication

Constructors

  • Initializes new client with specific Forge app credentials.

    Parameters

    • client_id: string

      Forge application client ID.

    • client_secret: string

      Forge application client secret.

    • Optional host: string = 'https://developer.api.autodesk.com'

      Forge API host.

    Returns AuthenticationClient

Properties

_cached: {
    [key: string]: ITokenCache;
}

Type declaration

  • [key: string]: ITokenCache
client_id: string
client_secret: string
host: string

Accessors

Methods

  • Parameters

    • endpoint: string
    • params: any

    Returns Promise<AxiosResponse<any, any>>

Generated using TypeDoc