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