GoodData.UI API reference
  • GoodData.UI
  • Docs & APIs
  • Developers
  • GoodData.CN
  • GoodData.UI
  • Docs & APIs
  • Get GoodData.CN Community Edition
  • 10.26.0
  • Code samples
  • Gallery
  • GitHub

initializeClient()

Home > @gooddata/sdk-backend-spi > IAuthenticationProvider > initializeClient

IAuthenticationProvider.initializeClient() method

Perform custom initialization of the client that the Analytical Backend uses to communicate with the server.

Signature:

initializeClient?(client: any): void;

Parameters

ParameterTypeDescription
clientanyan instance of client

Returns:

void

Remarks

If implemented, this function WILL BE called by the backend every time a new instance of API client is created.

Note: the configuration and construction of Analytical Backend instance is cumulative. Backend implementations MAY create multiple instances of clients during construction.

  • IAuthenticationProvider.initializeClient() method
  • Parameters
  • Remarks
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2025 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use