We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd542e2 commit 325647bCopy full SHA for 325647b
src/ModelContextProtocol/Authentication/AuthorizationHelpers.cs
@@ -17,7 +17,7 @@ public class AuthorizationHelpers
17
/// <summary>
18
/// The well-known path prefix for resource metadata.
19
/// </summary>
20
- private static readonly string WellKnownPathPrefix = "/.well-known/";
+ private const string WellKnownPathPrefix = "/.well-known/";
21
22
23
/// Initializes a new instance of the <see cref="AuthorizationHelpers"/> class.
0 commit comments