summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/ChannelElements/ITokenManager.cs
Commit message (Collapse)AuthorAgeFilesLines
* Moved all the OAuth classes into its own namespace in preparation to ↵Andrew Arnott2008-11-031-80/+0
| | | | receiving DotNetOpenId merge.
* Renamed all the OAuth message types.Andrew Arnott2008-11-021-1/+1
|
* Refactored messages to try to simplify their uses and try to hide ↵Andrew Arnott2008-10-091-1/+1
| | | | information from areas that don't need it.
* 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
| | | | | This proves that messages can be derived from and tailored to provide type-safe additions where the OAuth protocol permits it. As can be seen, several more types and members had to be made public for this to work.
* ITokenManager.StoreNewRequestToken now takes both request and response ↵Andrew Arnott2008-10-061-2/+3
| | | | | | parameters. Fixes one TODO item.
* 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 ↵Andrew Arnott2008-09-251-0/+12
| | | | access tokens.
* 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 ↵Andrew Arnott2008-09-251-0/+37
again.