Interface IAuthenticationBearerHeaderValueProvider
An interface defining HTTP client authentication header values.
Inherited Members
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public interface IAuthenticationBearerHeaderValueProvider : IAuthenticationHeaderValueProviderMethods
GetIdentityPool()
Get the identity pool for HTTP requests
Declaration
string GetIdentityPool()Returns
| Type | Description |
|---|---|
| string | The identity pool for HTTP request messages |
GetLogicalCluster()
Get the logical cluster for HTTP requests
Declaration
string GetLogicalCluster()Returns
| Type | Description |
|---|---|
| string | The logical cluster for HTTP request messages |
InitOrRefreshAsync()
Initializes or refreshes the authentication credentials.
Declaration
Task InitOrRefreshAsync()Returns
| Type | Description |
|---|---|
| Task | A task representing the asynchronous initialization or refresh operation. |
NeedsInitOrRefresh()
Declaration
bool NeedsInitOrRefresh()Returns
| Type | Description |
|---|---|
| bool |