OtplessAuthConfig constructor

const OtplessAuthConfig(
  1. bool isForeground, {
  2. String? otp,
  3. String? tid,
})

Implementation

const OtplessAuthConfig(this.isForeground, {this.otp, this.tid});