oauth1(options: IOAuth1Options): void {
    this.SatellizerConfig.providers[options.name] = angular.extend(options, {
      oauthType: '1.0'
    });
  }