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 b140140 commit 8788f6eCopy full SHA for 8788f6e
xds/src/main/java/io/grpc/xds/XdsCredentialsProvider.java
@@ -53,10 +53,10 @@ public abstract class XdsCredentialsProvider {
53
/**
54
* Creates a {@link CallCredentials} from the given jsonConfig, or
55
* {@code null} if the given config is invalid. The provider is free to ignore
56
- * the config if it's not needed for producing the channel credentials.
+ * the config if it's not needed for producing the call credentials.
57
*
58
* @param jsonConfig json config that can be consumed by the provider to create
59
- * the channel credentials
+ * the call credentials
60
61
*/
62
protected abstract CallCredentials newCallCredentials(Map<String, ?> jsonConfig);
0 commit comments