Interface: InitializeParams

An object with the parameters to initialize the SDK. The only required parameter is the accessToken.

Properties

accessToken

accessToken: string

The access token to authenticate the user. This has to be previously generated using the OAuth authentication flow.


environment?

optional environment: "production" | "staging"

Optional parameter to set the SDK’s environment. If not provided, the SDK will default to 'production'. Use ENVIRONMENTS.STAGING to set the SDK to staging.


operationSettings?

optional operationSettings: OperationSettings