TOtpLoginBody constructor
const
TOtpLoginBody({})
Implementation
const TOtpLoginBody({
this.timestampMs,
this.organizationId,
required this.verificationToken,
required this.publicKey,
this.expirationSeconds,
this.invalidateExisting,
this.clientSignature,
});