datalust / seq-api

HTTP API client for Seq
https://datalust.co/seq
Apache License 2.0
78 stars 21 forks source link

Add LoginWindowsIntegratedAsync() to the Users resource #27

Closed nblumhardt closed 7 years ago

nblumhardt commented 7 years ago

Provides a way for services to perform administrative actions without having to distribute passwords.

var connection = new SeqConnection("https://...");
var me = await connection.Users.LoginWindowsIntegratedAsync();
// Do potentially administrative things