JwtBearerOptions.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 です。

適用対象