1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-14 15:23:16 +00:00

added gsuite type and secret config

This commit is contained in:
Kyle Spearrin
2017-05-18 15:28:24 -04:00
parent 53c5fce24c
commit 643cdf6e16
6 changed files with 49 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
namespace Bit.Core.Models
{
public class GSuiteConfiguration
{
public string SecretFile { get; set; } = "client_secret.json";
}
}