namespace Admin.NET.Core; /// /// 第三方登录授权配置选项 /// public sealed class OAuthOptions : IConfigurableOptions { /// /// 微信配置 /// public Microsoft.AspNetCore.Authentication.OAuth.OAuthOptions Weixin { get; set; } }