Merge pull request !263 from qichen/dev
This commit is contained in:
lengleng 2022-08-30 02:12:48 +00:00 committed by Gitee
commit 0f88828783
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -34,7 +34,7 @@ import java.util.Optional;
public class PigRemoteRegisteredClientRepository implements RegisteredClientRepository {
/**
* 刷新令牌有效期默认 30
* 刷新令牌有效期默认 30
*/
private final static int refreshTokenValiditySeconds = 60 * 60 * 24 * 30;