summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth/OAuthWrap/Protocol.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth/OAuthWrap/Protocol.cs')
-rw-r--r--src/DotNetOpenAuth/OAuthWrap/Protocol.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth/OAuthWrap/Protocol.cs b/src/DotNetOpenAuth/OAuthWrap/Protocol.cs
index aa8c19b..b8e3962 100644
--- a/src/DotNetOpenAuth/OAuthWrap/Protocol.cs
+++ b/src/DotNetOpenAuth/OAuthWrap/Protocol.cs
@@ -29,6 +29,11 @@ namespace DotNetOpenAuth.OAuthWrap {
internal const string HttpAuthorizationScheme = "WRAP";
/// <summary>
+ /// The format of the HTTP Authorization header value that authorizes OAuth WRAP requests.
+ /// </summary>
+ internal const string HttpAuthorizationHeaderFormat = "WRAP access_token=\"{0}\"";
+
+ /// <summary>
/// The "wrap_client_state" string.
/// </summary>
internal const string wrap_client_state = "wrap_client_state";