v1EmailAuthRequest constructor

const v1EmailAuthRequest({
  1. required String type,
  2. required String timestampMs,
  3. required String organizationId,
  4. required v1EmailAuthIntentV3 parameters,
  5. bool? generateAppProofs,
})

Implementation

const v1EmailAuthRequest({
  required this.type,
  required this.timestampMs,
  required this.organizationId,
  required this.parameters,
  this.generateAppProofs,
});