Credential constructor

Credential({
  1. String? clientId,
  2. String? authType,
  3. String? accessKey,
  4. String? secretKey,
  5. String? captcha,
})

Implementation

Credential({this.clientId, this.authType, this.accessKey, this.secretKey, this.captcha});