Microsoft.Identity.Client.OAuth2.DeviceAuthHeader
class DeviceAuthHeader
namespace Microsoft.Identity.Client.OAuth2
{
internal class DeviceAuthHeader
{
public IList<string> X5c { get; set; }
public string Type { get; set; }
public string Alg { get; }
public DeviceAuthHeader(string base64EncodedCertificate);
}
}