confluent-kafka-dotnet
Show / Hide Table of Contents

Interface IAuthenticationHeaderValueProvider

An interface defining HTTP client authentication header values.

Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public interface IAuthenticationHeaderValueProvider

Methods

GetAuthenticationHeader()

Get the authentication header for HTTP requests

Declaration
AuthenticationHeaderValue GetAuthenticationHeader()
Returns
TypeDescription
AuthenticationHeaderValue

The authentication header for HTTP request messages

In this article