Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes/7.0/preview/api-diff/preview7/Microsoft.AspNetCore.App/7.0-preview7_Microsoft.AspNetCore.Authentication.md')
-rw-r--r--release-notes/7.0/preview/api-diff/preview7/Microsoft.AspNetCore.App/7.0-preview7_Microsoft.AspNetCore.Authentication.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/release-notes/7.0/preview/api-diff/preview7/Microsoft.AspNetCore.App/7.0-preview7_Microsoft.AspNetCore.Authentication.md b/release-notes/7.0/preview/api-diff/preview7/Microsoft.AspNetCore.App/7.0-preview7_Microsoft.AspNetCore.Authentication.md
new file mode 100644
index 00000000..9e98069e
--- /dev/null
+++ b/release-notes/7.0/preview/api-diff/preview7/Microsoft.AspNetCore.App/7.0-preview7_Microsoft.AspNetCore.Authentication.md
@@ -0,0 +1,31 @@
+# Microsoft.AspNetCore.Authentication
+
+``` diff
+ namespace Microsoft.AspNetCore.Authentication {
+ [NullableAttribute((byte)0)]
+ [NullableContextAttribute((byte)1)]
+ public class AuthenticationService : IAuthenticationService {
+- [AsyncStateMachineAttribute(typeof(AuthenticationService.<AuthenticateAsync>d__15))]
+- public virtual Task<AuthenticateResult> AuthenticateAsync(HttpContext context, [NullableAttribute((byte)2)] string? scheme);
++ [AsyncStateMachineAttribute(typeof(AuthenticationService.<AuthenticateAsync>d__14))]
++ public virtual Task<AuthenticateResult> AuthenticateAsync(HttpContext context, [NullableAttribute((byte)2)] string? scheme);
+- [AsyncStateMachineAttribute(typeof(AuthenticationService.<ChallengeAsync>d__16))]
+- public virtual Task ChallengeAsync(HttpContext context, [NullableAttribute((byte)2)] string? scheme, [NullableAttribute((byte)2)] AuthenticationProperties? properties);
++ [AsyncStateMachineAttribute(typeof(AuthenticationService.<ChallengeAsync>d__15))]
++ public virtual Task ChallengeAsync(HttpContext context, [NullableAttribute((byte)2)] string? scheme, [NullableAttribute((byte)2)] AuthenticationProperties? properties);
+- [AsyncStateMachineAttribute(typeof(AuthenticationService.<ForbidAsync>d__17))]
+- public virtual Task ForbidAsync(HttpContext context, [NullableAttribute((byte)2)] string? scheme, [NullableAttribute((byte)2)] AuthenticationProperties? properties);
++ [AsyncStateMachineAttribute(typeof(AuthenticationService.<ForbidAsync>d__16))]
++ public virtual Task ForbidAsync(HttpContext context, [NullableAttribute((byte)2)] string? scheme, [NullableAttribute((byte)2)] AuthenticationProperties? properties);
+- [AsyncStateMachineAttribute(typeof(AuthenticationService.<SignInAsync>d__18))]
+- public virtual Task SignInAsync(HttpContext context, [NullableAttribute((byte)2)] string? scheme, ClaimsPrincipal principal, [NullableAttribute((byte)2)] AuthenticationProperties? properties);
++ [AsyncStateMachineAttribute(typeof(AuthenticationService.<SignInAsync>d__17))]
++ public virtual Task SignInAsync(HttpContext context, [NullableAttribute((byte)2)] string? scheme, ClaimsPrincipal principal, [NullableAttribute((byte)2)] AuthenticationProperties? properties);
+- [AsyncStateMachineAttribute(typeof(AuthenticationService.<SignOutAsync>d__19))]
+- public virtual Task SignOutAsync(HttpContext context, [NullableAttribute((byte)2)] string? scheme, [NullableAttribute((byte)2)] AuthenticationProperties? properties);
++ [AsyncStateMachineAttribute(typeof(AuthenticationService.<SignOutAsync>d__18))]
++ public virtual Task SignOutAsync(HttpContext context, [NullableAttribute((byte)2)] string? scheme, [NullableAttribute((byte)2)] AuthenticationProperties? properties);
+ }
+ }
+```
+