11// This file contains auto-generated code.
22// Generated from `Microsoft.AspNetCore.Authentication.Core, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`.
3-
43namespace Microsoft
54{
65 namespace AspNetCore
@@ -10,17 +9,15 @@ namespace Authentication
109 public class AuthenticationFeature : Microsoft . AspNetCore . Authentication . IAuthenticationFeature
1110 {
1211 public AuthenticationFeature ( ) => throw null ;
13- public Microsoft . AspNetCore . Http . PathString OriginalPath { get => throw null ; set => throw null ; }
14- public Microsoft . AspNetCore . Http . PathString OriginalPathBase { get => throw null ; set => throw null ; }
12+ public Microsoft . AspNetCore . Http . PathString OriginalPath { get => throw null ; set { } }
13+ public Microsoft . AspNetCore . Http . PathString OriginalPathBase { get => throw null ; set { } }
1514 }
16-
1715 public class AuthenticationHandlerProvider : Microsoft . AspNetCore . Authentication . IAuthenticationHandlerProvider
1816 {
1917 public AuthenticationHandlerProvider ( Microsoft . AspNetCore . Authentication . IAuthenticationSchemeProvider schemes ) => throw null ;
2018 public System . Threading . Tasks . Task < Microsoft . AspNetCore . Authentication . IAuthenticationHandler > GetHandlerAsync ( Microsoft . AspNetCore . Http . HttpContext context , string authenticationScheme ) => throw null ;
2119 public Microsoft . AspNetCore . Authentication . IAuthenticationSchemeProvider Schemes { get => throw null ; }
2220 }
23-
2421 public class AuthenticationSchemeProvider : Microsoft . AspNetCore . Authentication . IAuthenticationSchemeProvider
2522 {
2623 public virtual void AddScheme ( Microsoft . AspNetCore . Authentication . AuthenticationScheme scheme ) => throw null ;
@@ -37,12 +34,11 @@ public class AuthenticationSchemeProvider : Microsoft.AspNetCore.Authentication.
3734 public virtual void RemoveScheme ( string name ) => throw null ;
3835 public virtual bool TryAddScheme ( Microsoft . AspNetCore . Authentication . AuthenticationScheme scheme ) => throw null ;
3936 }
40-
4137 public class AuthenticationService : Microsoft . AspNetCore . Authentication . IAuthenticationService
4238 {
4339 public virtual System . Threading . Tasks . Task < Microsoft . AspNetCore . Authentication . AuthenticateResult > AuthenticateAsync ( Microsoft . AspNetCore . Http . HttpContext context , string scheme ) => throw null ;
44- public AuthenticationService ( Microsoft . AspNetCore . Authentication . IAuthenticationSchemeProvider schemes , Microsoft . AspNetCore . Authentication . IAuthenticationHandlerProvider handlers , Microsoft . AspNetCore . Authentication . IClaimsTransformation transform , Microsoft . Extensions . Options . IOptions < Microsoft . AspNetCore . Authentication . AuthenticationOptions > options ) => throw null ;
4540 public virtual System . Threading . Tasks . Task ChallengeAsync ( Microsoft . AspNetCore . Http . HttpContext context , string scheme , Microsoft . AspNetCore . Authentication . AuthenticationProperties properties ) => throw null ;
41+ public AuthenticationService ( Microsoft . AspNetCore . Authentication . IAuthenticationSchemeProvider schemes , Microsoft . AspNetCore . Authentication . IAuthenticationHandlerProvider handlers , Microsoft . AspNetCore . Authentication . IClaimsTransformation transform , Microsoft . Extensions . Options . IOptions < Microsoft . AspNetCore . Authentication . AuthenticationOptions > options ) => throw null ;
4642 public virtual System . Threading . Tasks . Task ForbidAsync ( Microsoft . AspNetCore . Http . HttpContext context , string scheme , Microsoft . AspNetCore . Authentication . AuthenticationProperties properties ) => throw null ;
4743 public Microsoft . AspNetCore . Authentication . IAuthenticationHandlerProvider Handlers { get => throw null ; }
4844 public Microsoft . AspNetCore . Authentication . AuthenticationOptions Options { get => throw null ; }
@@ -51,25 +47,22 @@ public class AuthenticationService : Microsoft.AspNetCore.Authentication.IAuthen
5147 public virtual System . Threading . Tasks . Task SignOutAsync ( Microsoft . AspNetCore . Http . HttpContext context , string scheme , Microsoft . AspNetCore . Authentication . AuthenticationProperties properties ) => throw null ;
5248 public Microsoft . AspNetCore . Authentication . IClaimsTransformation Transform { get => throw null ; }
5349 }
54-
5550 public class NoopClaimsTransformation : Microsoft . AspNetCore . Authentication . IClaimsTransformation
5651 {
5752 public NoopClaimsTransformation ( ) => throw null ;
5853 public virtual System . Threading . Tasks . Task < System . Security . Claims . ClaimsPrincipal > TransformAsync ( System . Security . Claims . ClaimsPrincipal principal ) => throw null ;
5954 }
60-
6155 }
6256 }
6357 namespace Extensions
6458 {
6559 namespace DependencyInjection
6660 {
67- public static class AuthenticationCoreServiceCollectionExtensions
61+ public static partial class AuthenticationCoreServiceCollectionExtensions
6862 {
6963 public static Microsoft . Extensions . DependencyInjection . IServiceCollection AddAuthenticationCore ( this Microsoft . Extensions . DependencyInjection . IServiceCollection services ) => throw null ;
7064 public static Microsoft . Extensions . DependencyInjection . IServiceCollection AddAuthenticationCore ( this Microsoft . Extensions . DependencyInjection . IServiceCollection services , System . Action < Microsoft . AspNetCore . Authentication . AuthenticationOptions > configureOptions ) => throw null ;
7165 }
72-
7366 }
7467 }
7568}
0 commit comments