Interface IAuthenticationBearerHeaderValueProvider
An interface defining HTTP client authentication header values.
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public interface IAuthenticationBearerHeaderValueProvider : IAuthenticationHeaderValueProviderMethods
GetAuthenticationHeader()
Get the authentication header for HTTP requests
Declaration
AuthenticationHeaderValue GetAuthenticationHeader()Returns
| Type | Description |
|---|---|
| AuthenticationHeaderValue | The authentication header for HTTP request messages |
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()
Declaration
Task InitOrRefreshAsync()Returns
| Type | Description |
|---|---|
| Task |
NeedsInitOrRefresh()
Declaration
bool NeedsInitOrRefresh()Returns
| Type | Description |
|---|---|
| bool |