🎨 修改 scopes 的数据类型, 改为 List<String>, 方便客户端传递数据
This commit is contained in:
@@ -109,5 +109,5 @@ public class AuthConfig {
|
||||
*
|
||||
* @since 1.15.7
|
||||
*/
|
||||
private List<AuthScope> scopes;
|
||||
private List<String> scopes;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user