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