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

619 B

Microsoft.AspNetCore.Authentication.Core

 {
     namespace Microsoft.AspNetCore.Authentication {
         public class AuthenticationService : IAuthenticationService {
-            public AuthenticationService(IAuthenticationSchemeProvider schemes, IAuthenticationHandlerProvider handlers, IClaimsTransformation transform);

+            public AuthenticationService(IAuthenticationSchemeProvider schemes, IAuthenticationHandlerProvider handlers, IClaimsTransformation transform, IOptions<AuthenticationOptions> options);
+            public AuthenticationOptions Options { get; }
         }
     }
 }