YD_Event.Admin/YD_Event.Web.Core/Easy.Admin.Web.Core.xml
2025-12-17 11:12:13 +08:00

25 lines
981 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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