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