summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth/OAuth2/Messages/AccessTokenSuccessResponse.cs
Commit message (Collapse)AuthorAgeFilesLines
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-99/+0
| | | | Nothing compiles at this point.
* Simplified AuthorizationServer by moving some code into binding elements.Andrew Arnott2011-06-251-0/+5
|
* Last touch-ups to get DNOA up to draft 16 compliance (at least for the ↵Andrew Arnott2011-06-121-0/+1
| | | | | | success cases). Incidentally, Facebook doesn't currently support draft 16, so fb interop is broken.
* More work toward draft 16 compliance.Andrew Arnott2011-06-101-0/+10
|
* Removed all the AllowEmpty attribute parameters in OAuth 2.0 messages ↵Andrew Arnott2011-04-081-3/+3
| | | | because the spec says empty parameters should be dropped and therefore are irrelevant.
* Small StyleCop fix.Andrew Arnott2010-07-211-1/+1
|
* Changed the public API for OAuth 2.0 scope from a space-delimited string to ↵Andrew Arnott2010-07-191-2/+4
| | | | a HashSet<string>
* Lots more work toward OAuth 2.0 draft 09 compliance.Andrew Arnott2010-07-031-1/+1
| | | | Still doesn't compile.
* Lots of crazy rework to fit the OAuth 2.0 draft 9.Andrew Arnott2010-07-031-1/+1
| | | | Doesn't currently build.
* Renamed the OAuthWrap namespaces to be OAuth2.Andrew Arnott2010-06-251-0/+81