Enum BearerAuthCredentialsSource
Bearer auth credentials source.
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public enum BearerAuthCredentialsSourceFields
| Name | Description |
|---|---|
| Custom | User provides a custom implementation of IAuthenticationHeaderValueProvider. |
| OAuthBearer | Credentials are specified via the |
| OAuthBearerAzureIMDS | Metadata based authentication using Azure Instance Metadata Service (IMDS). Only the token endpoint URL and/or query parameters need to be specified. |
| StaticToken | Credentials are specified via the |