@intuitionrobotics/user-account
Version:
16 lines • 805 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FrontType = exports.HeaderKey_CurrentPage = exports.QueryParam_RedirectUrl = exports.QueryParam_SessionId = exports.QueryParam_JWT = exports.QueryParam_Email = exports.HeaderKey_Email = exports.HeaderKey_SessionId = void 0;
exports.HeaderKey_SessionId = "x-session-id";
exports.HeaderKey_Email = "x-email";
exports.QueryParam_Email = "userEmail";
exports.QueryParam_JWT = "jwt";
exports.QueryParam_SessionId = exports.HeaderKey_SessionId;
exports.QueryParam_RedirectUrl = "redirectUrl";
exports.HeaderKey_CurrentPage = "current-page";
var FrontType;
(function (FrontType) {
FrontType["Web"] = "web";
FrontType["App"] = "app";
})(FrontType || (exports.FrontType = FrontType = {}));
//# sourceMappingURL=api.js.map