Table of Contents

Class AuthChallengeResponse

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

AuthChallengeResponse

public sealed class AuthChallengeResponse
Inheritance
AuthChallengeResponse
Inherited Members

Properties

Password

password

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

Property Value

string

Response

response

[JsonPropertyName("response")]
public AuthChallengeResponseResponseValues Response { get; set; }

Property Value

AuthChallengeResponseResponseValues

Username

username

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

Property Value

string