Daniel Jurek 2018-04-02 23:14:31 -07:00 коммит произвёл Daniel Jurek
Родитель 372780cfb2
Коммит c04579c1cf
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -17,8 +17,8 @@ namespace Sia.Shared.Authentication
private const string secretUriBase = "https://{0}.vault.azure.net"; private const string secretUriBase = "https://{0}.vault.azure.net";
public readonly string Vault; public string Vault { get; }
public readonly string ClientId; public string ClientId { get; }
public readonly string ClientSecret; public string ClientSecret { get; }
} }
} }