Microsoft.Identity.Client.WsTrust.WsTrustResponse
class 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();
}
}