1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-12 22:33:15 +00:00
Files
directory-connector/src/Core/Models/GSuiteConfiguration.cs
2017-05-18 15:28:24 -04:00

7 lines
152 B
C#

namespace Bit.Core.Models
{
public class GSuiteConfiguration
{
public string SecretFile { get; set; } = "client_secret.json";
}
}