EndUserAuthenticationConfigVariable constructor

EndUserAuthenticationConfigVariable({
  1. bool? boolValue,
  2. String? intValue,
  3. String? key,
  4. EUASecret? secretValue,
  5. String? stringValue,
})

Implementation

EndUserAuthenticationConfigVariable({
  this.boolValue,
  this.intValue,
  this.key,
  this.secretValue,
  this.stringValue,
});