summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.ApplicationBlock/WindowsLiveClient.cs
Commit message (Collapse)AuthorAgeFilesLines
* Removed useless and misnamed TokenManager class.Andrew Arnott2012-06-091-1/+0
| | | | | It wasn't providing any value over the default DNOA behavior, and it wasn't even a TokenManager implementation.
* Fixed release build break (due to stylecop).Andrew Arnott2012-03-081-1/+0
|
* Adds a Windows Live login sample.Andrew Arnott2012-03-071-0/+53
Fixes #83