namespace Jellyfin.Plugin.SSO_Auth; /// /// A helper class to return HTML for the client's auth flow. /// public static class WebResponse { /// /// The shared HTML between all of the responses. /// public static readonly string Base = @"

Logging in...

"; } }