Class AuthChallenge
AuthChallenge
public sealed class AuthChallenge
- Inheritance
-
AuthChallenge
- Inherited Members
Properties
Origin
origin
[JsonPropertyName("origin")]
public string Origin { get; set; }
Property Value
Realm
realm
[JsonPropertyName("realm")]
public string Realm { get; set; }
Property Value
Scheme
scheme
[JsonPropertyName("scheme")]
public string Scheme { get; set; }
Property Value
Source
source
[JsonPropertyName("source")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AuthChallengeSourceValues? Source { get; set; }