网站首页 网站源码
website
站点相关全部源代码,隐藏了一些关于服务器的信息
namespace Dpz.Core.Auth.Models;

public record RevokeAuthorizationModel(
    string? Subject,
    string? ApplicationId,
    string? Status,
    string? Type,
    string PinCode
);
loading