useAuth property

bool get useAuth

Whether authentication is enabled at the connector level. Defaults to true.

When false, authenticator is not applied unless an individual request explicitly overrides this by setting Request.useAuth = true.

Implementation

bool get useAuth => true;