Microsoft.Identity.Client.ManagedIdentity.ManagedIdentityResponse
class 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 string ObjectId { get; set; }
public string ResourceIdMsi { get; set; }
public string ResourceIdMi { get; set; }
public string ResourceId { get; }
public ManagedIdentityResponse();
}
}