namespace auto_creamapi.Utils { /// /// To use this: /// Rename file Secrets.EXAMPLE.cs to Secrets.cs /// Rename class Secrets_REMOVETHIS to Secrets /// Enter the relevant info below /// public class Secrets_REMOVETHIS { public const string Username = "Enter username here"; public const string Password = "Enter password here"; } }