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입니다.

적용 대상