Table of Contents

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 = 3
none = 0
oauth = 2
service_http = 1