Configuration for creating a journey client instance.
Extends AsyncLegacyConfigOptions so that the same config object can
be shared across journey-client, davinci-client, and oidc-client. Properties
like clientId, scope, and redirectUri are accepted but not used by
journey-client — a warning is logged when they are provided.
Configuration for creating a journey client instance.
Extends AsyncLegacyConfigOptions so that the same config object can be shared across journey-client, davinci-client, and oidc-client. Properties like
clientId,scope, andredirectUriare accepted but not used by journey-client — a warning is logged when they are provided.Example