AuthenticationType type

Defines values for AuthenticationType.

type AuthenticationType = "Invalid" | "None" | "Basic" | "NTLM"