IWebWindowsAuthServerManager
Represents a web windows authentication server manager.
It exposes methods for working with web windows authentication server objects.
Task<WebWindowsAuthServerResponse> ReadAsync(int serverID, bool includeMetadata = false, bool includeActions = false)
Retrieves data for a web windows authentication server.
Modifies properties of a web windows authentication server.
Task<WebWindowsAuthServerResponse> UpdateAsync(int serverID, WebWindowsAuthServerRequest request, DateTime lastModifiedOn)
Modifies properties of a web windows authentication server.