Enum BowireUserMigrationState
- Namespace
- Kuestenlogik.Bowire.Auth
- Assembly
- Kuestenlogik.Bowire.dll
Why a migration is or is not on offer (#97).
public enum BowireUserMigrationState
Fields
AlreadyDecided = 2This identity already accepted or declined; the receipt says which.
Available = 0There is legacy state, the slot is empty, and nobody has decided yet.
Disabled = 4The install set Skip.
NothingToMigrate = 1The storage root holds nothing that belongs to a person.
SlotNotEmpty = 3The slot already holds state. Copying into it would merge two sets of environments with no way to tell them apart afterwards.