File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
oauth2_http/java/com/google/auth/oauth2 Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1162,6 +1162,7 @@ public static class Builder extends GoogleCredentials.Builder {
11621162 private int lifetime = DEFAULT_LIFETIME_IN_SECONDS ;
11631163 private boolean useJwtAccessWithScope = false ;
11641164 private boolean defaultRetriesEnabled = true ;
1165+ private TrustBoundary trustBoundary ;
11651166
11661167 protected Builder () {}
11671168
@@ -1180,6 +1181,7 @@ protected Builder(ServiceAccountCredentials credentials) {
11801181 this .lifetime = credentials .lifetime ;
11811182 this .useJwtAccessWithScope = credentials .useJwtAccessWithScope ;
11821183 this .defaultRetriesEnabled = credentials .defaultRetriesEnabled ;
1184+ this .trustBoundary = credentials .getTrustBoundary ();
11831185 }
11841186
11851187 @ CanIgnoreReturnValue
Original file line number Diff line number Diff line change 4343 <dependency >
4444 <groupId >com.google.auth</groupId >
4545 <artifactId >google-auth-library-oauth2-http</artifactId >
46- <version >1.35.0</version >
46+ <version >1.35.0</version >
4747 </dependency >
4848
4949<!-- IAM dependency-->
You can’t perform that action at this time.
0 commit comments