export enum AuthenticationStatus { Locked = "locked", Unlocked = "unlocked", LoggedOut = "loggedOut", Active = "active", }