Skip to content

Commit 15a75fb

Browse files
authored
Update src/ModelContextProtocol.Core/Authentication/ProtectedResourceMetadata.cs
1 parent 9d9b145 commit 15a75fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ModelContextProtocol.Core/Authentication/ProtectedResourceMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace ModelContextProtocol.Authentication;
55

66
/// <summary>
7-
/// Represents the resource metadata for OAuth authorization as defined in RFC 9396.
7+
/// Represents the resource metadata for OAuth authorization as defined in <see href="https://datatracker.ietf.org/doc/rfc9728/">RFC 9728</see>.
88
/// </summary>
99
public sealed class ProtectedResourceMetadata
1010
{

0 commit comments

Comments
 (0)