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 = 2

This identity already accepted or declined; the receipt says which.

Available = 0

There is legacy state, the slot is empty, and nobody has decided yet.

Disabled = 4

The install set Skip.

NothingToMigrate = 1

The storage root holds nothing that belongs to a person.

SlotNotEmpty = 3

The slot already holds state. Copying into it would merge two sets of environments with no way to tell them apart afterwards.