UNPKG

@adobe/pdfservices-node-sdk

Version:

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

8 lines (7 loc) 250 B
export declare class AuthenticationMethod { static AUTH_HEADER_PRIMARY: AuthenticationMethod; static UNAUTHENTICATED: AuthenticationMethod; private readonly _isAuthRequired; private constructor(); get isAuthRequired(): boolean; }