UNPKG

maximo-rest-client

Version:

A simple REST API client for the IBM Maximo platform written in TypeScript.

9 lines 460 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var MaximoAuthorizationScheme; (function (MaximoAuthorizationScheme) { MaximoAuthorizationScheme["MaxAuth"] = "MAX_AUTH"; MaximoAuthorizationScheme["Basic"] = "BASIC"; MaximoAuthorizationScheme["Form"] = "FORM"; })(MaximoAuthorizationScheme = exports.MaximoAuthorizationScheme || (exports.MaximoAuthorizationScheme = {})); //# sourceMappingURL=AuthorizationSchemes.js.map