以下屏幕截图中的下拉菜单是什么?
我希望它只显示具有相应客户端ID /秘密输入框的“基本身份验证”选项。
这是我对Swashbuckle.AspnetCore(https://github.com/domaindrivendev/Swashbuckle.AspNetCore)的配置:
c.AddSecurityDefinition("oauth2", new OAuth2Scheme
{
Type = "oauth2",
Flow = "application",
TokenUrl = "https://localhost:44300/oauth/token"
}