摘要: IApplicationBuilder->IAuthenticationSchemeProvider->IAuthenticationHandlerProvider using System; using Microsoft.AspNetCore.Authentication; namespace 阅读全文
posted @ 2021-09-11 23:58 重构者 阅读(100) 评论(0) 推荐(0) 编辑
摘要: using System; using Microsoft.AspNetCore.Authentication; using Microsoft.Extensions.DependencyInjection.Extensions; using Microsoft.Extensions.Options 阅读全文
posted @ 2021-09-11 22:10 重构者 阅读(52) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Diagnostics.CodeAnalysis; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Ex 阅读全文
posted @ 2021-09-11 19:17 重构者 阅读(45) 评论(0) 推荐(0) 编辑
摘要: OpenIdConnectHandler using System; using System.Collections.Generic; using System.Globalization; using System.IdentityModel.Tokens.Jwt; using System.L 阅读全文
posted @ 2021-09-11 19:07 重构者 阅读(293) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Globalization; using System.Net.Http; using System.Net.Http.Headers; using System.Securit 阅读全文
posted @ 2021-09-11 19:06 重构者 阅读(210) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Text.Encodings.Web; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyInj 阅读全文
posted @ 2021-09-11 19:04 重构者 阅读(255) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Diagnostics; using System.Security.Cryptography; using System.Text.Encodings.Web; using System.Threading.Tasks; using Micro 阅读全文
posted @ 2021-09-11 19:00 重构者 阅读(144) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Security.Claims; using System.Text; using 阅读全文
posted @ 2021-09-11 18:59 重构者 阅读(581) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Diagnostics; using System.Linq; using System.Security.Claims; using System.Text.Encodings.Web; using System.Threading.Tasks 阅读全文
posted @ 2021-09-11 18:56 重构者 阅读(108) 评论(0) 推荐(0) 编辑
摘要: using System.Security.Claims; using System.Text.Encodings.Web; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Exten 阅读全文
posted @ 2021-09-11 18:54 重构者 阅读(64) 评论(0) 推荐(0) 编辑
摘要: using System.Text.Encodings.Web; using System.Threading.Tasks; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; namespace Micro 阅读全文
posted @ 2021-09-11 18:54 重构者 阅读(32) 评论(0) 推荐(0) 编辑
摘要: AuthenticationTokenExtensions using System; using System.Collections.Generic; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; namespace 阅读全文
posted @ 2021-09-11 18:46 重构者 阅读(45) 评论(0) 推荐(0) 编辑
摘要: AuthenticationHttpContextExtensions using System.Security.Claims; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; using Microsoft.Exten 阅读全文
posted @ 2021-09-11 18:41 重构者 阅读(112) 评论(0) 推荐(0) 编辑
摘要: IAuthenticationSchemeProvider->AuthenticationSchemeProvider->IOptions<AuthenticationOptions> AuthenticationScheme using System.Collections.Generic; us 阅读全文
posted @ 2021-09-11 17:59 重构者 阅读(90) 评论(0) 推荐(0) 编辑
摘要: AuthenticationOptions->AuthenticationSchemeBuilder->AuthenticationScheme using System; using System.Collections.Generic; using System.Diagnostics.Code 阅读全文
posted @ 2021-09-11 17:59 重构者 阅读(113) 评论(0) 推荐(0) 编辑
摘要: AuthenticateResult->AuthenticationTicket->AuthenticationProperties->ClaimsPrincipal using System; using System.Diagnostics.CodeAnalysis; using System. 阅读全文
posted @ 2021-09-11 17:47 重构者 阅读(164) 评论(0) 推荐(0) 编辑
摘要: IAuthenticationHandlerProvider->AuthenticationHandlerProvider->IAuthenticationSchemeProvider using System.Threading.Tasks; using Microsoft.AspNetCore. 阅读全文
posted @ 2021-09-11 17:27 重构者 阅读(66) 评论(0) 推荐(0) 编辑
摘要: AuthenticationService=>IAuthenticationHandlerProvider->IAuthenticationHandler using System.Security.Claims; using System.Threading.Tasks; using Micros 阅读全文
posted @ 2021-09-11 17:14 重构者 阅读(1228) 评论(0) 推荐(0) 编辑
摘要: IAuthenticationHandler IAuthenticationRequestHandler : IAuthenticationHandler IAuthenticationSignOutHandler : IAuthenticationHandler IAuthenticationSi 阅读全文
posted @ 2021-09-11 17:04 重构者 阅读(161) 评论(0) 推荐(0) 编辑