confluent-kafka-dotnet
Show / Hide Table of Contents

Interface IAuthenticationBearerHeaderValueProvider

An interface defining HTTP client authentication header values.

Inherited Members
IAuthenticationHeaderValueProvider.GetAuthenticationHeader()
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public interface IAuthenticationBearerHeaderValueProvider : IAuthenticationHeaderValueProvider

Methods

GetIdentityPool()

Get the identity pool for HTTP requests

Declaration
string GetIdentityPool()
Returns
TypeDescription
string

The identity pool for HTTP request messages

GetLogicalCluster()

Get the logical cluster for HTTP requests

Declaration
string GetLogicalCluster()
Returns
TypeDescription
string

The logical cluster for HTTP request messages

InitOrRefreshAsync()

Initializes or refreshes the authentication credentials.

Declaration
Task InitOrRefreshAsync()
Returns
TypeDescription
Task

A task representing the asynchronous initialization or refresh operation.

NeedsInitOrRefresh()

Declaration
bool NeedsInitOrRefresh()
Returns
TypeDescription
bool
In this article