type VerifyEmailOTPOptions = { flowId: string; otp: string; idempotencyKey?: string; };
flowId
string
otp
idempotencyKey?
Was this page helpful?