Signed-off-by: qichen <celeenobug@163.com>
This commit is contained in:
qichen 2022-08-29 15:31:32 +00:00 committed by Gitee
parent a8d1424483
commit 0fb0231dc0
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 { public class PigRemoteRegisteredClientRepository implements RegisteredClientRepository {
/** /**
* 刷新令牌有效期默认 30 * 刷新令牌有效期默认 30
*/ */
private final static int refreshTokenValiditySeconds = 60 * 60 * 24 * 30; private final static int refreshTokenValiditySeconds = 60 * 60 * 24 * 30;