UNPKG

trm-registry-types

Version:
10 lines 434 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AuthenticationType = void 0; var AuthenticationType; (function (AuthenticationType) { AuthenticationType["NO_AUTH"] = "NO_AUTH"; AuthenticationType["BASIC"] = "BASIC"; AuthenticationType["OAUTH2"] = "OAUTH2"; })(AuthenticationType || (exports.AuthenticationType = AuthenticationType = {})); //# sourceMappingURL=AuthenticationType.js.map