Skip to content

soulsoft_identity_server.hosting

API 列表

名称功能
ContentEndpointResult表示返回文本内容的端点结果。
EndpointDescriptor表示端点路由描述信息。
EndpointHandler表示端点处理器的抽象基类。
EndpointFactory表示端点描述集合。
EndpointRouter提供 Identity Server 端点路由实现。
IdentityServerMiddleware提供 Identity Server 请求处理中间件。
JsonEndpointResult表示返回 JSON 内容的端点结果。
RedirectEndpointResult表示执行重定向的端点结果。
StatusEndpointResult表示仅设置状态码的端点结果。
UnauthorizedEndpointResult表示返回未授权响应的端点结果。

接口

名称功能
IEndpointHandler定义端点处理器接口。
IEndpointResult定义端点结果接口。
IEndpointRouter定义端点路由器接口。