Closed thomaswinkler closed 1 year ago
Administration commands using cy.c8yclient internally must allow passing C8yClientOptions to cy.c8yclient. This might be used for example to override preferBasicAuth or enable users to pass a custom Client instance.
cy.c8yclient
C8yClientOptions
preferBasicAuth
Client
Administration commands using
cy.c8yclient
internally must allow passingC8yClientOptions
tocy.c8yclient
. This might be used for example to overridepreferBasicAuth
or enable users to pass a customClient
instance.