SaslStartOptions constructor

const SaslStartOptions({
  1. bool skipEmptyExchange = true,
  2. int autoAuthorize = 1,
})

Implementation

const SaslStartOptions(
    {this.skipEmptyExchange = true, this.autoAuthorize = 1});