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) 233 B
export declare class SessionToken { private readonly _accessToken; private readonly _expiresAt?; constructor(accessToken: string, expiresAt?: Date); get accessToken(): string; get expiresAt(): Date | undefined; }