chore(oauth2): 修复不正确的注释描述

This commit is contained in:
click33 2024-11-29 11:32:03 +08:00
parent 21d5e02c67
commit 20da538a3f

View File

@ -31,7 +31,7 @@ public class SaClientMockDao {
.setSubjectId("1000001") // 主体 id (可选)
.addAllowGrantTypes( // 所有允许的授权模式
GrantType.authorization_code, // 授权码式
GrantType.implicit, //
GrantType.implicit, //
GrantType.refresh_token, // 刷新令牌
GrantType.password, // 密码式
GrantType.client_credentials, // 客户端模式