eagerAuth property
- @Deprecated('Has no effect, a connection is bound to an identity or to none')
getter/setter pair
Has no effect. A connection now carries at most one identity, chosen when it is opened: an anonymous connection never answers a challenge and a bound one always does, so there is nothing left to choose.
Implementation
@Deprecated('Has no effect, a connection is bound to an identity or to none')
bool eagerAuth;