support authenticated package download (#920)

This commit is contained in:
eric sciple
2021-01-23 14:19:59 -05:00
committed by GitHub
parent 5972bd0060
commit 9efcec38cc
4 changed files with 48 additions and 13 deletions

View File

@@ -59,6 +59,16 @@ namespace GitHub.DistributedTask.WebApi
set;
}
/// <summary>
/// Auth token to download the package
/// </summary>
[DataMember]
public String Token
{
get;
set;
}
/// <summary>
/// MD5 hash as a base64 string
/// </summary>