mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-05-03 20:27:54 +08:00
chore(oauth2): 修复不正确的注释描述
This commit is contained in:
parent
21d5e02c67
commit
20da538a3f
@ -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, // 客户端模式
|
||||
|
Loading…
Reference in New Issue
Block a user