using Wino.Messaging.UI; namespace Wino.Messaging.Server { /// /// When authenticators are proposed to copy the auth URL on the UI. /// /// URL to be copied to clipboard. public record CopyAuthURLRequested(string AuthURL) : UIMessageBase; }