summaryrefslogtreecommitdiffstats
path: root/samples/OAuthServiceProvider/App_Code/OAuthToken.cs
Commit message (Collapse)AuthorAgeFilesLines
* Converted the OAuth consumer and SP sample web site projects to web ↵Andrew Arnott2010-04-181-64/+0
| | | | application projects.
* Merge branch 'v3.1' into v3.2Andrew Arnott2009-08-311-1/+1
|\ | | | | | | | | | | | | Conflicts: src/DotNetOpenAuth.Test/OpenId/AuthenticationTests.cs src/DotNetOpenAuth.vsmdi src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs
| * Fixed a couple of issues with the sample OAuth SP in handling desktop consumers.Andrew Arnott2009-08-191-1/+1
| |
* | Added IServiceProviderAccessToken and added a method to get it on the ↵Andrew Arnott2009-06-231-1/+21
|/ | | | IServiceProviderTokenManager interface.
* Added request token TTL checking.Andrew Arnott2009-06-151-0/+4
| | | | Resolves Trac ticket #54.
* Refactored OAuth service provider interfaces to better suite token and ↵Andrew Arnott2009-06-081-0/+40
consumer queries.