<PackageReference Include="Microsoft.Identity.Client" Version="4.84.1" />

Microsoft.Identity.Client.ManagedIdentity.ManagedIdentityResponse

namespace Microsoft.Identity.Client.ManagedIdentity { internal class ManagedIdentityResponse { public string AccessToken { get; set; } public string ExpiresOn { get; set; } public string ExpiresOnRaw { get; set; } public string ExpiresInRaw { get; set; } public string Resource { get; set; } public string TokenType { get; set; } public string ClientId { get; set; } public ManagedIdentityResponse(); } }