Skip to main content

Class RemoteJSONWebKeySet

Namespace: Consul
Assembly: Consul.dll

public class RemoteJSONWebKeySet

Inheritance

objectRemoteJSONWebKeySet

Inherited Members

object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

Properties

CacheDuration

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

Property Value

string

FetchAsynchronously

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool FetchAsynchronously { get; set; }

Property Value

bool

JWKSCluster

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public JWKSClusterConfig JWKSCluster { get; set; }

Property Value

JWKSClusterConfig

RequestTimeoutMs

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

Property Value

string

RetryPolicy

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public RetryPolicyConfig RetryPolicy { get; set; }

Property Value

RetryPolicyConfig

URI

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

Property Value

string

  • Properties
    • CacheDuration
    • FetchAsynchronously
    • JWKSCluster
    • RequestTimeoutMs
    • RetryPolicy
    • URI