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
Type | Description |
---|---|
AuthenticationHeaderValue | The authentication header for HTTP request messages |