MSG_USERAUTH_REQUEST constructor

MSG_USERAUTH_REQUEST([
  1. String userName,
  2. String serviceName,
  3. String methodName,
  4. String algoName,
  5. Uint8List secret,
  6. Uint8List sig,
])

Implementation

MSG_USERAUTH_REQUEST(
    [this.userName,
    this.serviceName,
    this.methodName,
    this.algoName,
    this.secret,
    this.sig])
    : super(ID);