Table of Contents

Class Account

Namespace
OpenQA.Selenium.DevTools.V130.FedCm
Assembly
WebDriver.dll

Account

public sealed class Account
Inheritance
Account
Inherited Members

Properties

AccountId

accountId

[JsonPropertyName("accountId")]
public string AccountId { get; set; }

Property Value

string

Email

email

[JsonPropertyName("email")]
public string Email { get; set; }

Property Value

string

GivenName

givenName

[JsonPropertyName("givenName")]
public string GivenName { get; set; }

Property Value

string

IdpConfigUrl

idpConfigUrl

[JsonPropertyName("idpConfigUrl")]
public string IdpConfigUrl { get; set; }

Property Value

string

IdpLoginUrl

idpLoginUrl

[JsonPropertyName("idpLoginUrl")]
public string IdpLoginUrl { get; set; }

Property Value

string

LoginState

loginState

[JsonPropertyName("loginState")]
public LoginState LoginState { get; set; }

Property Value

LoginState

Name

name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

PictureUrl

pictureUrl

[JsonPropertyName("pictureUrl")]
public string PictureUrl { get; set; }

Property Value

string

PrivacyPolicyUrl

privacyPolicyUrl

[JsonPropertyName("privacyPolicyUrl")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string PrivacyPolicyUrl { get; set; }

Property Value

string

TermsOfServiceUrl

termsOfServiceUrl

[JsonPropertyName("termsOfServiceUrl")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string TermsOfServiceUrl { get; set; }

Property Value

string