<PackageReference Include="Microsoft.Identity.Client" Version="4.84.2-preview4-GetManagedIdentityCapabilitiesAsync" />

Microsoft.Identity.Client.WsTrust.WsTrustResponse

namespace Microsoft.Identity.Client.WsTrust { internal class WsTrustResponse { public const string Saml1Assertion = "urn:oasis:names:tc:SAML:1.0:assertion"; public string Token { get; } public string TokenType { get; } public static WsTrustResponse CreateFromResponse(string response, WsTrustVersion version); public static string ReadErrorResponse(XDocument responseDocument); public WsTrustResponse(); } }