@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
9 lines • 346 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthMethods = void 0;
var AuthMethods;
(function (AuthMethods) {
AuthMethods["hapikey"] = "hapikey";
AuthMethods["accessToken"] = "accessToken";
})(AuthMethods = exports.AuthMethods || (exports.AuthMethods = {}));
//# sourceMappingURL=AuthMethods.js.map