oauth2(options: IOAuth2Options): void {
    this.SatellizerConfig.providers[options.name] = angular.extend(options, {
      oauthType: '2.0'
    });
  }