コード例 #1
0
ファイル: Google.cs プロジェクト: snavatta/SimpleAuth
 public static string GetGoogleClientId(string clientId) => string.IsNullOrWhiteSpace(clientId) ? null : $"{GoogleApi.CleanseClientId (clientId)}.apps.googleusercontent.com";