using Microsoft.AspNetCore.Authentication.OAuth; namespace NPin.Framework.AspNetCore.Authentication.OAuth; public class AuthenticationOAuthOptions : OAuthOptions { /// /// 跳转地址 /// public string RedirectUri { get; set; } }