Change how access tokens are refreshed

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=212880971
This commit is contained in:
jianglai 2018-09-13 14:38:14 -07:00 committed by Ben McIlwain
parent 414b2e4db1
commit 5e2831b562
3 changed files with 23 additions and 21 deletions

View file

@ -37,7 +37,7 @@ public class ProxyConfig {
public String projectId;
public List<String> gcpScopes;
public int accessTokenValidPeriodSeconds;
public int accessTokenRefreshBeforeExpirationSeconds;
public int serverCertificateCacheSeconds;
public Gcs gcs;
public Kms kms;