using System;
namespace Wino.Messaging.Client.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);
}