DocSpace-client/thirdparty/AppLimit.CloudComputing.SharpBox/ICloudStorageAccessToken.cs
2020-03-13 16:40:58 +03:00

10 lines
288 B
C#

namespace AppLimit.CloudComputing.SharpBox
{
/// <summary>
/// Many cloud storages allow a token based authentication. This interface is used to implement
/// an access token structure
/// </summary>
public interface ICloudStorageAccessToken
{
}
}