java.lang.Object
io.confluent.kafka.schemaregistry.client.security.bearerauth.oauth.OauthCredentialProvider
All Implemented Interfaces:
BearerAuthCredentialProvider, Closeable, AutoCloseable, org.apache.kafka.common.Configurable

public class OauthCredentialProvider extends Object implements BearerAuthCredentialProvider
OAuthCredentialProvider is a BearerAuthCredentialProvider implementation used for configuring OAuth in schema registry. This can be used when we want to set up OAuth Independently to that of kafka.
Author:
Varun PV