<PackageReference Include="Microsoft.Identity.Client" Version="4.84.2" />
Microsoft.Identity.Client.Platforms.Shared.Desktop.OsBrowser.AuthorizationResponse
Result from intercepting an authorization response
namespace Microsoft.
Identity.
Client.
Platforms.
Shared.
Desktop.
OsBrowser
{
internal class AuthorizationResponse
{
public Uri RequestUri { get; set; }
public byte[]
PostData { get; set; }
public bool IsFormPost { get; }
public AuthorizationResponse(
Uri requestUri,
byte[]
postData);
}
}