UNPKG

dfp-lib

Version:

This project hosts the Node.JS client library for the SOAP-based DFP API at Google.

5 lines (4 loc) 122 B
export declare class OAuth2Exception extends Error { private code; constructor(message: string, code?: number); }