You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ModelContextProtocol.TestOAuthServer/Program.cs
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@ public Program(ILoggerProvider? loggerProvider = null, IConnectionListenerFactor
39
39
_kestrelTransport=kestrelTransport;
40
40
}
41
41
42
+
// Track if we've already issued an already-expired token for the CanAuthenticate_WithTokenRefresh test which uses the test-refresh-client registration.
0 commit comments