summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth/OAuth/ChannelElements/ITokenManager.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-08-07 06:59:38 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-08-07 06:59:38 -0700
commite0f42d23e06b693f2fa898d4605fea09d18354c6 (patch)
treec62dfcc6309b4fc0ba5d78ee69879747c9e94628 /src/DotNetOpenAuth.OAuth/OAuth/ChannelElements/ITokenManager.cs
parente2a578bc77b81b1aa896edd6fa4ab2c7b8f2ceb8 (diff)
downloadDotNetOpenAuth-e0f42d23e06b693f2fa898d4605fea09d18354c6.zip
DotNetOpenAuth-e0f42d23e06b693f2fa898d4605fea09d18354c6.tar.gz
DotNetOpenAuth-e0f42d23e06b693f2fa898d4605fea09d18354c6.tar.bz2
C# warnings work.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth/OAuth/ChannelElements/ITokenManager.cs')
-rw-r--r--src/DotNetOpenAuth.OAuth/OAuth/ChannelElements/ITokenManager.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/DotNetOpenAuth.OAuth/OAuth/ChannelElements/ITokenManager.cs b/src/DotNetOpenAuth.OAuth/OAuth/ChannelElements/ITokenManager.cs
index 459cd28..af7eb54 100644
--- a/src/DotNetOpenAuth.OAuth/OAuth/ChannelElements/ITokenManager.cs
+++ b/src/DotNetOpenAuth.OAuth/OAuth/ChannelElements/ITokenManager.cs
@@ -60,8 +60,8 @@ namespace DotNetOpenAuth.OAuth.ChannelElements {
/// <see cref="System.Web.HttpContext.User">HttpContext.Current.User</see> may be
/// useful in an ASP.NET web application within the implementation of this method.
/// Alternatively you may store the access token here without associating with a user account,
- /// and wait until <see cref="WebConsumer.ProcessUserAuthorization()"/> or
- /// <see cref="DesktopConsumer.ProcessUserAuthorization(string, string)"/> return the access
+ /// and wait until WebConsumer.ProcessUserAuthorization or
+ /// DesktopConsumer.ProcessUserAuthorization return the access
/// token to associate the access token with a user account at that point.
/// </para>
/// </remarks>
@@ -139,8 +139,8 @@ namespace DotNetOpenAuth.OAuth.ChannelElements {
/// <see cref="System.Web.HttpContext.User">HttpContext.Current.User</see> may be
/// useful in an ASP.NET web application within the implementation of this method.
/// Alternatively you may store the access token here without associating with a user account,
- /// and wait until <see cref="WebConsumer.ProcessUserAuthorization()"/> or
- /// <see cref="DesktopConsumer.ProcessUserAuthorization(string, string)"/> return the access
+ /// and wait until WebConsumer.ProcessUserAuthorization or
+ /// DesktopConsumer.ProcessUserAuthorization return the access
/// token to associate the access token with a user account at that point.
/// </para>
/// </remarks>