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

NameDescription
Custom

User provides a custom implementation of IAuthenticationHeaderValueProvider.

OAuthBearer

Credentials are specified via the schema.registry.bearer.auth.client.id and schema.registry.bearer.auth.client.secret config properties.

OAuthBearerAzureIMDS

Metadata based authentication using Azure Instance Metadata Service (IMDS). Only the token endpoint URL and/or query parameters need to be specified.

StaticToken

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

In this article