9 lines
292 B
C#
9 lines
292 B
C#
|
namespace TSC2.Components.CSharp
|
|||
|
{
|
|||
|
public class Credentials
|
|||
|
{
|
|||
|
public static string GoogleClientId = "656434530552-03u6d8t2lpf1phuq6qkq0getfh9d7di9.apps.googleusercontent.com";
|
|||
|
public static string GoogleClientSecret = "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";
|
|||
|
}
|
|||
|
}
|