ProxyTOtpLoginBody constructor

const ProxyTOtpLoginBody({
  1. required String verificationToken,
  2. required String publicKey,
  3. bool? invalidateExisting,
  4. String? organizationId,
  5. String? clientSignature,
})

Implementation

const ProxyTOtpLoginBody({
  required  this.verificationToken,
  required  this.publicKey,
   this.invalidateExisting,
   this.organizationId,
   this.clientSignature,
});