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