最佳答案
我想表达的意思是,认证/保安方案需要设置标题如下:
Authorization: Bearer <token>
这是我根据 虚张声势的文件得出的结论:
securityDefinitions:
APIKey:
type: apiKey
name: Authorization
in: header
security:
- APIKey: []