Skip to content

Commit 81db585

Browse files
committed
Remove duplicated code.
1 parent 65b7140 commit 81db585

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

cab-token-generator/java/com/google/auth/credentialaccessboundary/ClientSideCredentialAccessBoundaryFactory.java

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -535,27 +535,4 @@ public ClientSideCredentialAccessBoundaryFactory build() {
535535
return new ClientSideCredentialAccessBoundaryFactory(this);
536536
}
537537
}
538-
539-
@VisibleForTesting
540-
String getAccessBoundarySessionKey() {
541-
542-
return intermediateCredentials != null
543-
? intermediateCredentials.accessBoundarySessionKey
544-
: null;
545-
}
546-
547-
@VisibleForTesting
548-
AccessToken getIntermediateAccessToken() {
549-
return intermediateCredentials != null ? intermediateCredentials.intermediateAccessToken : null;
550-
}
551-
552-
@VisibleForTesting
553-
String getTokenExchangeEndpoint() {
554-
return tokenExchangeEndpoint;
555-
}
556-
557-
@VisibleForTesting
558-
HttpTransportFactory getTransportFactory() {
559-
return transportFactory;
560-
}
561538
}

0 commit comments

Comments
 (0)