TOtpAuthBody constructor
const
TOtpAuthBody({})
Implementation
const TOtpAuthBody({
this.timestampMs,
this.organizationId,
required this.otpId,
required this.otpCode,
required this.targetPublicKey,
this.apiKeyName,
this.expirationSeconds,
this.invalidateExisting,
});