Enum AuthType
- Namespace
- AntRunnerLib.Functions
- Assembly
- AntRunnerLib.dll
Enumeration representing different types of authentication methods. The enum is serialized as a JSON string.
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum AuthType
Fields
azure_oauth = 3none = 0oauth = 2service_http = 1