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