react-aad-msal
Version:
A react component that integrates with Azure AD (v2, MSAL).
7 lines • 346 B
JavaScript
export var AuthenticationState;
(function (AuthenticationState) {
AuthenticationState["Unauthenticated"] = "Unauthenticated";
AuthenticationState["InProgress"] = "InProgress";
AuthenticationState["Authenticated"] = "Authenticated";
})(AuthenticationState || (AuthenticationState = {}));
//# sourceMappingURL=AuthenticationState.js.map