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