1
This commit is contained in:
parent
feb611c1ad
commit
8b253be951
@ -62,7 +62,7 @@ public class OAuth2TokenServiceImpl implements OAuth2TokenService {
|
|||||||
// 创建刷新令牌
|
// 创建刷新令牌
|
||||||
OAuth2RefreshTokenDO refreshTokenDO = createOAuth2RefreshToken(userId, userType, clientDO, scopes);
|
OAuth2RefreshTokenDO refreshTokenDO = createOAuth2RefreshToken(userId, userType, clientDO, scopes);
|
||||||
// 创建访问令牌
|
// 创建访问令牌
|
||||||
return createOAuth2AccessToken(refreshTokenDO, clientDO);
|
return createOAuth2AccessToken(refreshTokenDO, clientDO);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user