1
1
// This file contains auto-generated code.
2
2
// Generated from `Microsoft.AspNetCore.Authentication.Core, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60`.
3
-
4
3
namespace Microsoft
5
4
{
6
5
namespace AspNetCore
@@ -10,17 +9,15 @@ namespace Authentication
10
9
public class AuthenticationFeature : Microsoft . AspNetCore . Authentication . IAuthenticationFeature
11
10
{
12
11
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 { } }
15
14
}
16
-
17
15
public class AuthenticationHandlerProvider : Microsoft . AspNetCore . Authentication . IAuthenticationHandlerProvider
18
16
{
19
17
public AuthenticationHandlerProvider ( Microsoft . AspNetCore . Authentication . IAuthenticationSchemeProvider schemes ) => throw null ;
20
18
public System . Threading . Tasks . Task < Microsoft . AspNetCore . Authentication . IAuthenticationHandler > GetHandlerAsync ( Microsoft . AspNetCore . Http . HttpContext context , string authenticationScheme ) => throw null ;
21
19
public Microsoft . AspNetCore . Authentication . IAuthenticationSchemeProvider Schemes { get => throw null ; }
22
20
}
23
-
24
21
public class AuthenticationSchemeProvider : Microsoft . AspNetCore . Authentication . IAuthenticationSchemeProvider
25
22
{
26
23
public virtual void AddScheme ( Microsoft . AspNetCore . Authentication . AuthenticationScheme scheme ) => throw null ;
@@ -37,12 +34,11 @@ public class AuthenticationSchemeProvider : Microsoft.AspNetCore.Authentication.
37
34
public virtual void RemoveScheme ( string name ) => throw null ;
38
35
public virtual bool TryAddScheme ( Microsoft . AspNetCore . Authentication . AuthenticationScheme scheme ) => throw null ;
39
36
}
40
-
41
37
public class AuthenticationService : Microsoft . AspNetCore . Authentication . IAuthenticationService
42
38
{
43
39
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 ;
45
40
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 ;
46
42
public virtual System . Threading . Tasks . Task ForbidAsync ( Microsoft . AspNetCore . Http . HttpContext context , string scheme , Microsoft . AspNetCore . Authentication . AuthenticationProperties properties ) => throw null ;
47
43
public Microsoft . AspNetCore . Authentication . IAuthenticationHandlerProvider Handlers { get => throw null ; }
48
44
public Microsoft . AspNetCore . Authentication . AuthenticationOptions Options { get => throw null ; }
@@ -51,25 +47,22 @@ public class AuthenticationService : Microsoft.AspNetCore.Authentication.IAuthen
51
47
public virtual System . Threading . Tasks . Task SignOutAsync ( Microsoft . AspNetCore . Http . HttpContext context , string scheme , Microsoft . AspNetCore . Authentication . AuthenticationProperties properties ) => throw null ;
52
48
public Microsoft . AspNetCore . Authentication . IClaimsTransformation Transform { get => throw null ; }
53
49
}
54
-
55
50
public class NoopClaimsTransformation : Microsoft . AspNetCore . Authentication . IClaimsTransformation
56
51
{
57
52
public NoopClaimsTransformation ( ) => throw null ;
58
53
public virtual System . Threading . Tasks . Task < System . Security . Claims . ClaimsPrincipal > TransformAsync ( System . Security . Claims . ClaimsPrincipal principal ) => throw null ;
59
54
}
60
-
61
55
}
62
56
}
63
57
namespace Extensions
64
58
{
65
59
namespace DependencyInjection
66
60
{
67
- public static class AuthenticationCoreServiceCollectionExtensions
61
+ public static partial class AuthenticationCoreServiceCollectionExtensions
68
62
{
69
63
public static Microsoft . Extensions . DependencyInjection . IServiceCollection AddAuthenticationCore ( this Microsoft . Extensions . DependencyInjection . IServiceCollection services ) => throw null ;
70
64
public static Microsoft . Extensions . DependencyInjection . IServiceCollection AddAuthenticationCore ( this Microsoft . Extensions . DependencyInjection . IServiceCollection services , System . Action < Microsoft . AspNetCore . Authentication . AuthenticationOptions > configureOptions ) => throw null ;
71
65
}
72
-
73
66
}
74
67
}
75
68
}
0 commit comments