UNPKG

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