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 fb5128d commit 2157fdbCopy full SHA for 2157fdb
oauth2_http/java/com/google/auth/oauth2/AwsCredentials.java
@@ -269,7 +269,8 @@ public Builder setAwsSecurityCredentialsSupplier(
269
* verification URL provided in the credential source. If not set, the credential verification
270
* URL will default to
271
*
272
- * <p><a href=https://sts.{region}.amazonaws.com?Action=GetCallerIdentity&Version=2011-06-15>
+ * <p><a
273
+ * href="https://sts.{region}.amazonaws.com?Action=GetCallerIdentity&Version=2011-06-15">https://sts.{region}.amazonaws.com?Action=GetCallerIdentity&Version=2011-06-15</a>
274
275
* @param regionalCredentialVerificationUrlOverride the AWS credential verification url to set.
276
* @return this {@code Builder} object
0 commit comments