We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb249c commit 2071071Copy full SHA for 2071071
oauth2_http/java/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentials.java
@@ -44,6 +44,7 @@
44
import com.google.api.client.json.JsonObjectParser;
45
import com.google.api.client.util.GenericData;
46
import com.google.api.client.util.Preconditions;
47
+import com.google.api.core.InternalApi;
48
import com.google.auth.http.HttpTransportFactory;
49
import com.google.common.base.MoreObjects;
50
import com.google.common.io.BaseEncoding;
@@ -221,6 +222,7 @@ public AccessToken refreshAccessToken() throws IOException {
221
222
return newAccessToken;
223
}
224
225
+ @InternalApi
226
@Override
227
public String getTrustBoundaryUrl() throws IOException {
228
Matcher matcher = WORKFORCE_AUDIENCE_PATTERN.matcher(getAudience());
0 commit comments