Class AuthChallengeResponse
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
Response
response
[JsonPropertyName("response")]
public AuthChallengeResponseResponseValues Response { get; set; }
Property Value
Username
username
[JsonPropertyName("username")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Username { get; set; }