Skip to main content

Class JWKSClusterConfig

Namespace: Consul
Assembly: Consul.dll

public class JWKSClusterConfig

Inheritance

objectJWKSClusterConfig

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

string

DiscoveryType

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string DiscoveryType { get; set; }

Property Value

string

TLSCertificates

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public TLSCertificatesConfig TLSCertificates { get; set; }

Property Value

TLSCertificatesConfig

  • Properties
    • ConnectTimeout
    • DiscoveryType
    • TLSCertificates