Class JWKSClusterConfig
Namespace: Consul
Assembly: Consul.dll
public class JWKSClusterConfig
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
ConnectTimeout
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string ConnectTimeout { get; set; }
Property Value
DiscoveryType
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string DiscoveryType { get; set; }
Property Value
TLSCertificates
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public TLSCertificatesConfig TLSCertificates { get; set; }