You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This overrides the config as provided in the constructor, by specifying values for properties in the Config interface, that are nullable. So it's important to update the Config interface, and to make the properties nullable. If a user of the driver provides values for e.g. authUrl, then that value will be used. Otherwise, the ones provided in the const are used.
The text was updated successfully, but these errors were encountered:
Default values could be set as follows (discussed with @Rachnerd). In the constructor of the
Client
, defaults could be set using:This overrides the config as provided in the constructor, by specifying values for properties in the
Config
interface, that are nullable. So it's important to update theConfig
interface, and to make the properties nullable. If a user of the driver provides values for e.g.authUrl
, then that value will be used. Otherwise, the ones provided in the const are used.The text was updated successfully, but these errors were encountered: