UNPKG

@kintone/kintone-js-sdk

Version:

The SDK of kintone REST API client on node and browser

22 lines (18 loc) 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** * kintone api - nodejs client * Authentication constants */ const constant = function () { return { HEADER_KEY_AUTH_PASSWORD: 'X-Cybozu-Authorization', HEADER_KEY_AUTH_APITOKEN: 'X-Cybozu-API-Token', HEADER_KEY_AUTH_BASIC: 'Authorization' }; }; var _default = constant(); exports.default = _default;