diff --git a/src/Untappd.Net/Authentication/AuthenticationHelper.cs b/src/Untappd.Net/Authentication/AuthenticationHelper.cs index f7b59f3..a3dad16 100644 --- a/src/Untappd.Net/Authentication/AuthenticationHelper.cs +++ b/src/Untappd.Net/Authentication/AuthenticationHelper.cs @@ -16,7 +16,7 @@ namespace Untappd.Net.Authentication /// /// The URL to redirect back to your application. Should listen on code as a string param /// - public static string RedirectUserTo(IUnAuthenticadedUntappdCredentials credentials, string redirectUrl) + public static string RedirectUserTo(IUnAuthenticatedUntappdCredentials credentials, string redirectUrl) { if (credentials == null) { @@ -39,7 +39,7 @@ namespace Untappd.Net.Authentication /// /// Data returned by the initial request(see: RedirectUserTo) /// - public static string TokenUrl(IUnAuthenticadedUntappdCredentials credentials, string redirectUrl, string code) + public static string TokenUrl(IUnAuthenticatedUntappdCredentials credentials, string redirectUrl, string code) { if (credentials == null) {