Class RemoteJSONWebKeySet
Namespace: Consul
Assembly: Consul.dll
public class RemoteJSONWebKeySet
Inheritance
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
FetchAsynchronously
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public bool FetchAsynchronously { get; set; }
Property Value
JWKSCluster
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public JWKSClusterConfig JWKSCluster { get; set; }
Property Value
RequestTimeoutMs
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string RequestTimeoutMs { get; set; }
Property Value
RetryPolicy
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public RetryPolicyConfig RetryPolicy { get; set; }
Property Value
URI
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string URI { get; set; }