Namespace Quantellia.WMServer.Asset.Model.HTTP.AuthenticationType
Classes
BearerAuthentication
Authenticates HTTP requests that make use of Bearer authentication.
StaticHeaderAuthentication
Authenticates HTTP requests that make use of a static authentication header.
Interfaces
IHTTPAuthenticationType
WMHTTPConnection allows multiple forms of HTTP authentication. Each individual form can be implemented as an IHTTPAuthenticationType, and bound to a AuthenticationType