Microsoft.Identity.Client.IManagedIdentityApplication
Component to be used with managed identity applications for Azure resources.
namespace Microsoft.Identity.Client
{
public interface IManagedIdentityApplication : IApplicationBase
{
AcquireTokenForManagedIdentityParameterBuilder AcquireTokenForManagedIdentity(string resource);
}
}