Table of Contents

Enum LoginState

Namespace
Selenium.WebDriver.BiDi.Cdp.FedCm
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

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 = 0
SignUp = 1