Skip to content

Commit 272db77

Browse files
committed
Rename function to refreshIntermediateCredentials.
1 parent a64cebd commit 272db77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private ClientSideCredentialAccessBoundaryFactory(Builder builder) {
6060
this.tokenExchangeEndpoint = builder.tokenExchangeEndpoint;
6161
}
6262

63-
private void fetchCredentials() throws IOException {
63+
private void refreshIntermediateCredentials() throws IOException {
6464
try {
6565
this.sourceCredential.refreshIfExpired();
6666
} catch (IOException e) {

0 commit comments

Comments
 (0)