mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-12 22:33:15 +00:00
7 lines
152 B
C#
7 lines
152 B
C#
namespace Bit.Core.Models
|
|
{
|
|
public class GSuiteConfiguration
|
|
{
|
|
public string SecretFile { get; set; } = "client_secret.json";
|
|
}
|
|
} |