Fix authentication doc for OAuth2 (#526)

This commit fixes the name of the `pluginClassName` for the OAuth2
provider in authentication.adoc

See #500
This commit is contained in:
Chris Bono
2023-12-17 15:14:02 -06:00
committed by GitHub
parent c10b94f195
commit c36b4cd071

View File

@@ -75,7 +75,7 @@ spring:
pulsar:
client:
authentication:
plugin-class-name: org.apache.pulsar.client.impl.auth.oauth2.AuthenticationFactoryOAuth2
plugin-class-name: org.apache.pulsar.client.impl.auth.oauth2.AuthenticationOAuth2
param:
issuerUrl: ...
privateKey: ...