Gamment

Results 1 issues of Gamment

The [ClientContext Update() method](https://github.com/alexbrainman/sspi/blob/1a75b4708caa219fd8d8261cd37c923ff6710a32/negotiate/negotiate.go#L172) accepts some 'token'. I presume it should be the one that's returned from [NewClientContext() method](https://github.com/alexbrainman/sspi/blob/master/negotiate/negotiate.go#L109) as 'outputToken'. However, when I do pass the 'outputToken' to the...