authRequired property

set authRequired (bool value)

Sets whether authentication is required.

Implementation

set authRequired(bool value) => _options.authRequired = value;