Microsoft.Identity.Client.Platforms.Shared.Desktop.OsBrowser.AuthorizationResponse class AuthorizationResponse Result from intercepting an authorization response Documentation Code public bool IsFormPost { get; } public byte[] PostData { get; set; } public Uri RequestUri { get; set; } public AuthorizationResponse(Uri requestUri, byte[] postData)