summaryrefslogtreecommitdiffstats
path: root/samples/Consumer/App_Code/Constants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'samples/Consumer/App_Code/Constants.cs')
-rw-r--r--samples/Consumer/App_Code/Constants.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/Consumer/App_Code/Constants.cs b/samples/Consumer/App_Code/Constants.cs
index ecf76a8..b5b8abf 100644
--- a/samples/Consumer/App_Code/Constants.cs
+++ b/samples/Consumer/App_Code/Constants.cs
@@ -18,8 +18,8 @@ public static class Constants {
UserAuthorizationEndpoint = new MessageReceivingEndpoint("https://www.google.com/accounts/OAuthAuthorizeToken", HttpDeliveryMethod.AuthorizationHeaderRequest),
AccessTokenEndpoint = new MessageReceivingEndpoint("https://www.google.com/accounts/OAuthGetAccessToken", HttpDeliveryMethod.AuthorizationHeaderRequest),
TamperProtectionElements = new ITamperProtectionChannelBindingElement[] {
- new HmacSha1SigningBindingElement(),
- },
+ new HmacSha1SigningBindingElement(),
+ },
};
/// <summary>