🎨 修改 scopes 的数据类型, 改为 List<String>, 方便客户端传递数据

This commit is contained in:
yadong.zhang 2020-07-02 22:59:03 +08:00
parent 6defde8283
commit e11b8aff09

View File

@ -109,5 +109,5 @@ public class AuthConfig {
*
* @since 1.15.7
*/
private List<AuthScope> scopes;
private List<String> scopes;
}