UNPKG

@allangsilva/intacct-sdk

Version:

Patched fork of Intacct SDK JS with Node 24 compatibility

19 lines (18 loc) 453 B
/** * @module Intacct/SDK/Xml/Response */ export default class Authentication { private _status; get status(): string; private _userId; get userId(): string; private _companyId; get companyId(): string; private _entityId; get entityId(): string; private _sessionTimestamp; get sessionTimestamp(): string; private _sessionTimeout; get sessionTimeout(): string; constructor(authentication: object); }