summaryrefslogtreecommitdiffstats
path: root/samples/DotNetOpenAuth.ApplicationBlock/TokenManager.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-06-25 07:39:41 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2010-06-25 07:39:41 -0700
commit0af634db187612b552b7fb257580e7503227b10d (patch)
tree2cc0a4be6ad33248f5d9dac5e62d44bbc479a8ea /samples/DotNetOpenAuth.ApplicationBlock/TokenManager.cs
parentb9eefbf320f9bff41bc874001cc468b0fa68ddf6 (diff)
downloadDotNetOpenAuth-0af634db187612b552b7fb257580e7503227b10d.zip
DotNetOpenAuth-0af634db187612b552b7fb257580e7503227b10d.tar.gz
DotNetOpenAuth-0af634db187612b552b7fb257580e7503227b10d.tar.bz2
Renamed the OAuthWrap namespaces to be OAuth2.
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock/TokenManager.cs')
-rw-r--r--samples/DotNetOpenAuth.ApplicationBlock/TokenManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/TokenManager.cs b/samples/DotNetOpenAuth.ApplicationBlock/TokenManager.cs
index 22099a3..842045c 100644
--- a/samples/DotNetOpenAuth.ApplicationBlock/TokenManager.cs
+++ b/samples/DotNetOpenAuth.ApplicationBlock/TokenManager.cs
@@ -6,7 +6,7 @@
namespace DotNetOpenAuth.ApplicationBlock {
using System;
- using DotNetOpenAuth.OAuthWrap;
+ using DotNetOpenAuth.OAuth2;
public class TokenManager : IClientTokenManager {
public IAuthorizationState GetAuthorizationState(Uri callbackUrl, string clientState) {