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