UNPKG

@adobe/pdfservices-node-sdk

Version:

The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.

7 lines (6 loc) 305 B
import { Credentials } from "../../auth/Credentials"; import { ClientConfig } from "../../config/ClientConfig"; import { Authenticator } from "./Authenticator"; export declare class AuthenticatorFactory { static getAuthenticator(credentials: Credentials, clientConfig: ClientConfig): Authenticator; }