1 write to RefreshInterval
Microsoft.AspNetCore.Authentication.JwtBearer (1)
JwtBearerConfigureOptions.cs (1)
62
options.
RefreshInterval
= StringHelpers.ParseValueOrDefault(configSection[nameof(options.RefreshInterval)], _invariantTimeSpanParse, options.RefreshInterval);
3 references to RefreshInterval
Microsoft.AspNetCore.Authentication.JwtBearer (3)
JwtBearerConfigureOptions.cs (2)
62
options.RefreshInterval = StringHelpers.ParseValueOrDefault(configSection[nameof(options.
RefreshInterval
)], _invariantTimeSpanParse, options.
RefreshInterval
);
JwtBearerPostConfigureOptions.cs (1)
63
RefreshInterval = options.
RefreshInterval
,