summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/ChannelElements/ITokenManager.cs
Commit message (Expand)AuthorAgeFilesLines
* Moved all the OAuth classes into its own namespace in preparation to receivin...Andrew Arnott2008-11-031-80/+0
* Renamed all the OAuth message types.Andrew Arnott2008-11-021-1/+1
* Refactored messages to try to simplify their uses and try to hide information...Andrew Arnott2008-10-091-1/+1
* Renamed a few OAuth messages and a few more methods.Andrew Arnott2008-10-091-1/+1
* Added strong-typed request token message to sample.Andrew Arnott2008-10-071-6/+4
* ITokenManager.StoreNewRequestToken now takes both request and response parame...Andrew Arnott2008-10-061-2/+3
* WCF OAuth sample now has 'real' database and login.Andrew Arnott2008-10-061-0/+6
* Added capability to send the final authorized request for protected resources.Andrew Arnott2008-09-261-0/+8
* Added check so that unauthorized request tokens cannot be exchanged for acces...Andrew Arnott2008-09-251-0/+12
* Fixed lots of StyleCop issues and refacted Consumer/Service Provider a bit.Andrew Arnott2008-09-251-12/+30
* Added enough token management that the Appendix A scenario test is passing ag...Andrew Arnott2008-09-251-0/+37