CredentialsModel constructor

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

Implementation

CredentialsModel(super.cuil, super.password, super.otp, super.kcSecret,
    super.kcClient, super.host);