AuthyoOTPRequestParams constructor

AuthyoOTPRequestParams({
  1. String? to,
  2. int? expiry,
  3. int? otplength,
  4. String? authway,
})

Implementation

AuthyoOTPRequestParams({this.to, this.expiry, this.otplength, this.authway});