Enum WMHTTPConnection.AuthType
Supported authentication types
Namespace: Quantellia.WMServer.Asset.Model.HTTP
Assembly: WMServer.dll
Syntax
public enum WMHTTPConnection.AuthType
Fields
Name | Description |
---|---|
None | This endpoint has no authentication |
StaticHeader | This endpoint authorizes the user with a static token and a header. Expects the "token" and "authHeader" keys in AuthenticationData. |