public AccessTokenHelper(GoogleAuthConfiguration config, IHttpWrapper http) { _config = config; _http = http; }
public RedirectUrlHelper(GoogleAuthConfiguration config, IHttpWrapper http) { _config = config; _http = http; }
private GoogleAuthenticationService() { _googleAuthConfiguration = new GoogleAuthConfiguration(); _httpClient = new HttpClient(); }