Skip to content

Commit 2071071

Browse files
committed
Nit fixes.
1 parent 6eb249c commit 2071071

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oauth2_http/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
import com.google.api.client.json.JsonObjectParser;
4545
import com.google.api.client.util.GenericData;
4646
import com.google.api.client.util.Preconditions;
47+
import com.google.api.core.InternalApi;
4748
import com.google.auth.http.HttpTransportFactory;
4849
import com.google.common.base.MoreObjects;
4950
import com.google.common.io.BaseEncoding;
@@ -221,6 +222,7 @@ public AccessToken refreshAccessToken() throws IOException {
221222
return newAccessToken;
222223
}
223224

225+
@InternalApi
224226
@Override
225227
public String getTrustBoundaryUrl() throws IOException {
226228
Matcher matcher = WORKFORCE_AUDIENCE_PATTERN.matcher(getAudience());

0 commit comments

Comments
 (0)