This interface represents the basic contract for the credentials to be used with PDFServices.

Implements

Constructors

Properties

Accessors

Constructors

  • Parameters

    • params: {
          clientId: string;
          token: string;
      }
      • clientId: string
      • token: string

    Returns TokenCredentials

Properties

_clientId: string
_token: string

Accessors

  • get clientId(): string
  • Returns string

  • get token(): string
  • Returns string

Generated using TypeDoc