1 write to RefreshInterval
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
65
options.
RefreshInterval
= StringHelpers.ParseValueOrDefault(configSection[nameof(options.RefreshInterval)], _invariantTimeSpanParse, options.RefreshInterval);
3 references to RefreshInterval
Microsoft.AspNetCore.Authentication.OpenIdConnect (3)
OpenIdConnectConfigureOptions.cs (2)
65
options.RefreshInterval = StringHelpers.ParseValueOrDefault(configSection[nameof(options.
RefreshInterval
)], _invariantTimeSpanParse, options.
RefreshInterval
);
OpenIdConnectPostConfigureOptions.cs (1)
103
RefreshInterval = options.
RefreshInterval
,