Exemple #1
0
 public static string GetGoogleClientId(string clientId) => string.IsNullOrWhiteSpace(clientId) ? null : $"{GoogleApi.CleanseClientId (clientId)}.apps.googleusercontent.com";