3 references to MaxAgeKey
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectChallengeProperties.cs (2)
51get => GetParameter<TimeSpan?>(MaxAgeKey); 52set => SetParameter(MaxAgeKey, value);
Microsoft.AspNetCore.Authentication.Test (1)
OpenIdConnect\OpenIdConnectChallengeTests.cs (1)
665properties.SetParameter(OpenIdConnectChallengeProperties.MaxAgeKey, TimeSpan.FromSeconds(1234));