using Avalonia_Services.Core;
using System.Threading.Tasks;
namespace Avalonia_Services.Services.AuthService
{
///
/// API 鉴权端点服务接口,定义登录、刷新 Token 和登出操作。
///
public interface IApiAuthEndpointService
{
///
/// 处理用户登录请求。
///
/// 服务端点上下文。
/// 包含 Token 的认证响应。
Task