mirror of
https://gitee.com/yadong.zhang/JustAuth.git
synced 2026-02-02 01:07:07 +08:00
🎨 修改 scopes 的数据类型, 改为 List<String>, 方便客户端传递数据
This commit is contained in:
parent
6defde8283
commit
e11b8aff09
@ -109,5 +109,5 @@ public class AuthConfig {
|
||||
*
|
||||
* @since 1.15.7
|
||||
*/
|
||||
private List<AuthScope> scopes;
|
||||
private List<String> scopes;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user