OpenIdConnectOptions.AutomaticRefreshInterval 属性

定义

获取或设置自动元数据刷新应发生的频率。

public:
 property TimeSpan AutomaticRefreshInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan AutomaticRefreshInterval { get; set; }
member this.AutomaticRefreshInterval : TimeSpan with get, set
Public Property AutomaticRefreshInterval As TimeSpan

属性值

默认为 DefaultAutomaticRefreshInterval

适用于