diff options
Diffstat (limited to 'samples')
-rw-r--r-- | samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs | 8 | ||||
-rw-r--r-- | samples/OAuthServiceProvider/Members/Authorize.aspx.cs | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs b/samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs index 8244e3d..55018e4 100644 --- a/samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs +++ b/samples/DotNetOpenAuth.ApplicationBlock/GoogleConsumer.cs @@ -86,7 +86,7 @@ namespace DotNetOpenAuth.ApplicationBlock { Finance = 0x8, /// <summary> - /// Gmail + /// Google Gmail /// </summary> Gmail = 0x10, @@ -96,7 +96,7 @@ namespace DotNetOpenAuth.ApplicationBlock { Health = 0x20, /// <summary> - /// OpenSocial + /// Google OpenSocial /// </summary> OpenSocial = 0x40, @@ -116,7 +116,7 @@ namespace DotNetOpenAuth.ApplicationBlock { WebmasterTools = 0x200, /// <summary> - /// YouTube + /// YouTube service /// </summary> YouTube = 0x400, @@ -136,7 +136,7 @@ namespace DotNetOpenAuth.ApplicationBlock { GoogleBase = 0x2000, /// <summary> - /// Analytics + /// Google Analytics /// </summary> Analytics = 0x4000, } diff --git a/samples/OAuthServiceProvider/Members/Authorize.aspx.cs b/samples/OAuthServiceProvider/Members/Authorize.aspx.cs index 68dba5a..b3094c9 100644 --- a/samples/OAuthServiceProvider/Members/Authorize.aspx.cs +++ b/samples/OAuthServiceProvider/Members/Authorize.aspx.cs @@ -1,13 +1,13 @@ using System; using System.Collections.Generic; using System.Linq; +using System.Security.Cryptography; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using DotNetOpenAuth; using DotNetOpenAuth.OAuth; using DotNetOpenAuth.OAuth.Messages; -using System.Security.Cryptography; /// <summary> /// Conducts the user through a Consumer authorization process. |