dotnet-core/release-notes/3.0/api-diff/Asp.Net/3.0.0_Microsoft.AspNetCore.Authentication.Abstractions.md
2019-10-10 13:57:00 -07:00

255 B

Microsoft.AspNetCore.Authentication.Abstractions

 {
     namespace Microsoft.AspNetCore.Authentication {
         public class AuthenticationOptions {
+            public bool RequireAuthenticatedSignIn { get; set; }
         }
     }
 }