namespace SharepointToolbox.Web.Core.Config; public class ClientConnectOptions { /// Must match the redirect URI registered in each client's app registration. public string RedirectUri { get; set; } = string.Empty; }