2 references to MaxAgeKey
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectChallengeProperties.cs (2)
51get => GetParameter<TimeSpan?>(MaxAgeKey); 52set => SetParameter(MaxAgeKey, value);