2025-12-17 10:32:52 +08:00
|
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
<doc>
|
|
|
|
|
|
<assembly>
|
|
|
|
|
|
<name>YD_Event.Web.Core</name>
|
|
|
|
|
|
</assembly>
|
|
|
|
|
|
<members>
|
2025-12-17 11:12:13 +08:00
|
|
|
|
<member name="M:YD_Event.Web.Core.JwtHandler.PipelineAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Http.DefaultHttpContext)">
|
2025-12-17 10:32:52 +08:00
|
|
|
|
<summary>
|
|
|
|
|
|
这里写您的授权判断逻辑,授权通过返回 true,否则返回 false
|
|
|
|
|
|
</summary>
|
|
|
|
|
|
<param name="context"></param>
|
|
|
|
|
|
<param name="httpContext"></param>
|
|
|
|
|
|
<returns></returns>
|
|
|
|
|
|
</member>
|
2025-12-17 11:12:13 +08:00
|
|
|
|
<member name="M:YD_Event.Web.Core.JwtHandler.HandleAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,Microsoft.AspNetCore.Http.DefaultHttpContext)">
|
2025-12-17 10:32:52 +08:00
|
|
|
|
<summary>
|
|
|
|
|
|
自动刷新token
|
|
|
|
|
|
</summary>
|
|
|
|
|
|
<param name="context"></param>
|
|
|
|
|
|
<param name="httpContext"></param>
|
|
|
|
|
|
<returns></returns>
|
|
|
|
|
|
</member>
|
|
|
|
|
|
</members>
|
|
|
|
|
|
</doc>
|