Enum LoginState
Whether this is a sign-up or sign-in action for this account, i.e. whether this account has ever been used to sign in to this RP before.
[JsonConverter(typeof(JsonStringEnumConverter<LoginState>))]
public enum LoginState
Fields
SignIn = 0SignUp = 1