Class AuthenticationOAuth2

java.lang.Object
org.apache.pulsar.client.impl.auth.oauth2.AuthenticationOAuth2
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, Authentication, EncodedAuthenticationParameterSupport

public class AuthenticationOAuth2 extends Object implements Authentication, EncodedAuthenticationParameterSupport
Pulsar client authentication provider based on OAuth 2.0.
See Also: