izumo27 commented on code in PR #25538:
URL: https://github.com/apache/pulsar/pull/25538#discussion_r3135518020
##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/auth/oauth2/protocol/ClientCredentialsExchangeRequest.java:
##########
@@ -42,4 +42,7 @@ public class ClientCredentialsExchangeRequest {
@JsonProperty("scope")
private String scope;
+
+ @JsonProperty("token_endpoint_auth_method")
+ private TokenEndpointAuthMethod authMethod;
Review Comment:
Set a default value when `authMethod` is null.
https://github.com/apache/pulsar/pull/25538/changes#diff-2fae4d00ed0258a32db65773afbde92d185cc2b41ef2601b888614d65cd19a62R59-R61
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]