All files / src/Authentication LoginState.js

0% Statements 0/5
0% Branches 0/2
0% Functions 0/1
0% Lines 0/5
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