Table of Contents

Class AuthChallenge

Namespace
OpenQA.Selenium.DevTools.V131.Network
Assembly
WebDriver.dll

AuthChallenge

public sealed class AuthChallenge
Inheritance
AuthChallenge
Inherited Members

Properties

Origin

origin

[JsonPropertyName("origin")]
public string Origin { get; set; }

Property Value

string

Realm

realm

[JsonPropertyName("realm")]
public string Realm { get; set; }

Property Value

string

Scheme

scheme

[JsonPropertyName("scheme")]
public string Scheme { get; set; }

Property Value

string

Source

source

[JsonPropertyName("source")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AuthChallengeSourceValues? Source { get; set; }

Property Value

AuthChallengeSourceValues?