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 e96dafa commit d799e04Copy full SHA for d799e04
doc-snippets/configuration/src/main/java/otel/OtlpAuthenticationConfig.java
@@ -82,7 +82,7 @@ private synchronized String getToken() {
82
}
83
84
private static String refreshToken(String username, String password) {
85
- // For a production scenario, this would be replaced with out-of-band request to exchange
+ // For a production scenario, this would be replaced with an out-of-band request to exchange
86
// username / password for bearer token.
87
return "abc123";
88
0 commit comments