public AccessTokenHelper(GoogleAuthConfiguration config, IHttpWrapper http)
 {
     _config = config;
     _http   = http;
 }
Esempio n. 2
0
 public RedirectUrlHelper(GoogleAuthConfiguration config, IHttpWrapper http)
 {
     _config = config;
     _http   = http;
 }
Esempio n. 3
0
 private GoogleAuthenticationService()
 {
     _googleAuthConfiguration = new GoogleAuthConfiguration();
     _httpClient = new HttpClient();
 }