1 2 3 4 5 6 7 8 9 | "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var LoginState; (function (LoginState) { LoginState["Pending"] = "Pending"; LoginState["Unauthenticated"] = "Unauthenticated"; LoginState["Authenticated"] = "Authenticated"; })(LoginState = exports.LoginState || (exports.LoginState = {})); //# sourceMappingURL=LoginState.js.map |