aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
index badbb08..643361a 100644
--- a/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
+++ b/OpenSim/ApplicationPlugins/Rest/Inventory/Rest.cs
@@ -49,16 +49,16 @@ namespace OpenSim.ApplicationPlugins.Rest.Inventory
49 /// Supported authentication schemes 49 /// Supported authentication schemes
50 /// </summary> 50 /// </summary>
51 51
52 public const string AS_BASIC = "Basic"; // simple user/password verification 52 public const string AS_BASIC = "Basic"; // simple user/password verification
53 public const string AS_DIGEST = "Digest"; // password safe authentication 53 public const string AS_DIGEST = "Digest"; // password safe authentication
54 54
55 /// Supported Digest algorithms 55 /// Supported Digest algorithms
56 56
57 public const string Digest_MD5 = "MD5"; // assumed default if omitted 57 public const string Digest_MD5 = "MD5"; // assumed default if omitted
58 public const string Digest_MD5Sess = "MD5-sess"; // session-span - not good for REST? 58 public const string Digest_MD5Sess = "MD5-sess"; // session-span - not good for REST?
59 59
60 public const string Qop_Auth = "auth"; // authentication only 60 public const string Qop_Auth = "auth"; // authentication only
61 public const string Qop_Int = "auth-int"; // TODO 61 public const string Qop_Int = "auth-int"; // TODO
62 62
63 /// <summary> 63 /// <summary>
64 /// These values have a single value for the whole 64 /// These values have a single value for the whole