using System; namespace Wino.Messages.Authorization { /// /// When Google authentication makes a callback to the app via protocol activation to the app. /// /// Callback Uri that Google returned. public record ProtocolAuthorizationCallbackReceived(Uri AuthorizationResponseUri); }