1
0
mirror of https://github.com/google/nomulus synced 2026-01-10 16:00:52 +00:00

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;