mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Change how access tokens are refreshed
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=212880971
This commit is contained in:
parent
414b2e4db1
commit
5e2831b562
3 changed files with 23 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue