HttpAuthenticationType type

The authentication type to be used to connect to the HTTP server.
KnownHttpAuthenticationType can be used interchangeably with HttpAuthenticationType, this enum contains the known values that the service supports.

Known values supported by the service

Basic: Basic
Anonymous: Anonymous
Digest: Digest
Windows: Windows
ClientCertificate: ClientCertificate

type HttpAuthenticationType = string