3 writes to MaxAge
Microsoft.AspNetCore.Authentication.Test (3)
OAuthChallengePropertiesTest.cs (2)
48MaxAge = TimeSpan.FromSeconds(200) 60properties.MaxAge = null;
OpenIdConnect\OpenIdConnectChallengeTests.cs (1)
642MaxAge = TimeSpan.FromSeconds(1234),
3 references to MaxAge
Microsoft.AspNetCore.Authentication.Test (3)
OAuthChallengePropertiesTest.cs (3)
50Assert.Equal(TimeSpan.FromSeconds(200), properties.MaxAge); 58Assert.Equal(TimeSpan.FromSeconds(500), properties.MaxAge); 61Assert.Null(properties.MaxAge);