diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-08-07 06:59:38 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-08-07 06:59:38 -0700 |
commit | e0f42d23e06b693f2fa898d4605fea09d18354c6 (patch) | |
tree | c62dfcc6309b4fc0ba5d78ee69879747c9e94628 /src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ChannelElements/IServiceProviderTokenManager.cs | |
parent | e2a578bc77b81b1aa896edd6fa4ab2c7b8f2ceb8 (diff) | |
download | DotNetOpenAuth-e0f42d23e06b693f2fa898d4605fea09d18354c6.zip DotNetOpenAuth-e0f42d23e06b693f2fa898d4605fea09d18354c6.tar.gz DotNetOpenAuth-e0f42d23e06b693f2fa898d4605fea09d18354c6.tar.bz2 |
C# warnings work.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ChannelElements/IServiceProviderTokenManager.cs')
-rw-r--r-- | src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ChannelElements/IServiceProviderTokenManager.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ChannelElements/IServiceProviderTokenManager.cs b/src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ChannelElements/IServiceProviderTokenManager.cs index 7df67ce..5d10a0b 100644 --- a/src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ChannelElements/IServiceProviderTokenManager.cs +++ b/src/DotNetOpenAuth.OAuth.ServiceProvider/OAuth/ChannelElements/IServiceProviderTokenManager.cs @@ -226,8 +226,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> |