summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/ChannelElements/ITokenManager.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-11-02 21:43:08 -0800
committerAndrew <andrewarnott@gmail.com>2008-11-02 21:43:08 -0800
commit916966f88a3ed3246374efb625804b11bdda6fa5 (patch)
tree33746b2a4eab9d336db4fe57c7056e5d83f407fa /src/DotNetOAuth/ChannelElements/ITokenManager.cs
parent696c3507c353a2b96d832efe6c8b87cfbad0b17a (diff)
downloadDotNetOpenAuth-916966f88a3ed3246374efb625804b11bdda6fa5.zip
DotNetOpenAuth-916966f88a3ed3246374efb625804b11bdda6fa5.tar.gz
DotNetOpenAuth-916966f88a3ed3246374efb625804b11bdda6fa5.tar.bz2
Renamed all the OAuth message types.
Diffstat (limited to 'src/DotNetOAuth/ChannelElements/ITokenManager.cs')
-rw-r--r--src/DotNetOAuth/ChannelElements/ITokenManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth/ChannelElements/ITokenManager.cs b/src/DotNetOAuth/ChannelElements/ITokenManager.cs
index 878f176..af22d7c 100644
--- a/src/DotNetOAuth/ChannelElements/ITokenManager.cs
+++ b/src/DotNetOAuth/ChannelElements/ITokenManager.cs
@@ -42,7 +42,7 @@ namespace DotNetOAuth.ChannelElements {
/// <param name="request">The request message that resulted in the generation of a new unauthorized request token.</param>
/// <param name="response">The response message that includes the unauthorized request token.</param>
/// <exception cref="ArgumentException">Thrown if the consumer key is not registered, or a required parameter was not found in the parameters collection.</exception>
- void StoreNewRequestToken(GetRequestTokenMessage request, ITokenSecretContainingMessage response);
+ void StoreNewRequestToken(UnauthorizedTokenRequest request, ITokenSecretContainingMessage response);
/// <summary>
/// Checks whether a given request token has already been authorized