public static class SwaggerProperties.Authorization extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private List<SwaggerProperties.AuthorizationScope> |
authorizationScopeList
鉴权作用域列表
|
private String |
authRegex
需要开启鉴权URL的正则
|
private String |
name
鉴权策略ID,需要和SecurityReferences ID保持一致
|
private List<String> |
tokenUrlList |
| 构造器和说明 |
|---|
Authorization() |
private String name
private String authRegex
private List<SwaggerProperties.AuthorizationScope> authorizationScopeList
Copyright © 2019. All rights reserved.