Enum InfluxDBClientOptions.AuthenticationScheme
The scheme uses to Authentication.
Namespace: InfluxDB.Client
Assembly: InfluxDB.Client.dll
Syntax
public enum AuthenticationScheme : int
Fields
| Name | Description |
|---|---|
| Anonymous | Anonymous. |
| Session | Basic auth. |
| Token | Authentication token. |