Implements

Constructors

  • Constructor

    Parameters

    • servicePrincipalKey: string

      The service principal key created for the service principal from the Laserfiche Account Administration.

    • accessKey: LfApiClientCore.AccessKey

      The access key exported from the Laserfiche Developer Console.

    • Optionalscope: string

      Specifies the requested scopes for the authorization request. Scopes are case-sensitive and space-delimited.

    Returns LfApiClientCore.OAuthClientCredentialsHandler

Methods

  • Called to handle the response from the API service.

    Parameters

    • url: string

      The HTTP url

    • response: Response

      The HTTP response

    • request: RequestInit

      The HTTP request

    Returns Promise<boolean>

    true if the request should be retried.