confluent-kafka-dotnet
Show / Hide Table of Contents

Enum BearerAuthCredentialsSource

Bearer auth credentials source.

Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public enum BearerAuthCredentialsSource

Fields

Name Description
Custom

User provides a custom implementation of IAuthenticationHeaderValueProvider.

OAuthBearer

Credentials are specified via the schema.registry.oauthbearer.auth.credentials.source config property.

StaticToken

Credentials are specified via the schema.registry.bearer.auth.token config property.

In this article