Enum BearerAuthCredentialsSource
Bearer auth credentials source.
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public enum BearerAuthCredentialsSource
Fields
Name | Description |
---|---|
Custom | User provides a custom implementation of IAuthenticationHeaderValueProvider. |
OAuthBearer | Credentials are specified via the |
StaticToken | Credentials are specified via the |