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