summaryrefslogtreecommitdiffstats
path: root/samples/ServiceProvider/App_Code/RequestScopedTokenMessage.cs
Commit message (Collapse)AuthorAgeFilesLines
* Renamed OAuth sample sites.Andrew Arnott2009-03-261-20/+0
|
* Changed namepace and project names in preparation for merge with DotNetOpenId.Andrew Arnott2008-11-041-20/+20
|
* Moved all the OAuth classes into its own namespace in preparation to ↵Andrew Arnott2008-11-031-2/+2
| | | | receiving DotNetOpenId merge.
* Renamed all the OAuth message types.Andrew Arnott2008-11-021-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-0/+20
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.