Credential constructor

Credential({
  1. String? clientId,
  2. String? clientKey,
  3. String? username,
  4. String? password,
  5. String? captcha,
})

Implementation

Credential({this.clientId, this.clientKey, this.username, this.password, this.captcha});