TVerifyOtpBody constructor

const TVerifyOtpBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String otpId,
  4. required String otpCode,
  5. String? expirationSeconds,
  6. String? publicKey,
})

Implementation

const TVerifyOtpBody({
   this.timestampMs,
   this.organizationId,
  required  this.otpId,
  required  this.otpCode,
   this.expirationSeconds,
   this.publicKey,
});