Microsoft.Identity.Client.OAuth2.DeviceAuthJWTResponse
class DeviceAuthJWTResponse
namespace Microsoft.Identity.Client.OAuth2
{
internal class DeviceAuthJWTResponse
{
public DeviceAuthJWTResponse(string audience, string nonce, string base64EncodedCertificate);
public string GetResponseToSign();
}
}