Exemple #1
0
        public static GoogleAuth get(string response)
        {
            GoogleAuth result = JsonConvert.DeserializeObject <GoogleAuth>(response);

            return(result);
        }