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:
7
src/Core/Models/GSuiteConfiguration.cs
Normal file
7
src/Core/Models/GSuiteConfiguration.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Bit.Core.Models
|
||||
{
|
||||
public class GSuiteConfiguration
|
||||
{
|
||||
public string SecretFile { get; set; } = "client_secret.json";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user