Add google authentication

This commit is contained in:
Oscar Morales
2025-07-02 22:35:57 -06:00
parent 0429704cac
commit e7a3ee2389
12 changed files with 341 additions and 87 deletions

View File

@@ -0,0 +1,7 @@
namespace Core.Thalos.BFF.Api.Services
{
public static class Constant
{
public const string Scheme = "GoogleAccessToken";
}
}