UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

10 lines (9 loc) 228 B
export declare class AuthMethod { private readonly key; constructor(key: string); getKey(): string; } export declare const AuthMethods: { BASIC_AUTHORIZATION: AuthMethod; BEARER_AUTHORIZATION: AuthMethod; };