Credentials constructor

Credentials(
  1. String cuil,
  2. String password,
  3. String otp,
  4. String kcSecret,
  5. String kcClient,
  6. String host,
)

Implementation

Credentials(
  this.cuil,
  this.password,
  this.otp,
  this.kcSecret,
  this.kcClient,
  this.host,
);