Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved all the OAuth classes into its own namespace in preparation to ↵ | Andrew Arnott | 2008-11-03 | 1 | -176/+0 |
| | | | | receiving DotNetOpenId merge. | ||||
* | Renamed all the OAuth message types. | Andrew Arnott | 2008-11-02 | 1 | -9/+9 |
| | |||||
* | StyleCop fixes. | Andrew Arnott | 2008-11-01 | 1 | -9/+9 |
| | |||||
* | Hugely refactored ServiceProvider and Consumer classes. | Andrew Arnott | 2008-11-01 | 1 | -9/+16 |
| | | | | Messages are now exposed in the method signatures instead of raw Response instances. | ||||
* | Applied FxCop fixes. | Andrew Arnott | 2008-10-23 | 1 | -9/+10 |
| | |||||
* | Refactored messages to try to simplify their uses and try to hide ↵ | Andrew Arnott | 2008-10-09 | 1 | -2/+2 |
| | | | | information from areas that don't need it. | ||||
* | Removed TokenSecret initialization within the Consumer. | Andrew Arnott | 2008-10-09 | 1 | -3/+0 |
| | |||||
* | Removed ConsumerBase.ConsumerSecret, since the token manager can provide that. | Andrew Arnott | 2008-10-09 | 1 | -8/+0 |
| | |||||
* | Split Consumer class into two subclasses for desktop and web clients. | Andrew Arnott | 2008-10-09 | 1 | -0/+179 |