UNPKG

408 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var Authentications;
4(function (Authentications) {
5 Authentications["OAuth2"] = "OAUTH2";
6 Authentications["Basic"] = "BASIC";
7 Authentications["ApiKey"] = "APIKEY";
8 Authentications["NoAuth"] = "NONE";
9})(Authentications = exports.Authentications || (exports.Authentications = {}));
10exports.default = Authentications;