core

Microsoft.AspNetCore.Authentication.Abstractions

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