trm-registry-types
Version:
TRM Registry Types
10 lines • 434 B
JavaScript
;
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