Skip to main content
type VerifyEmailOTPOptions = {
  flowId: string;
  otp: string;
};

Properties

PropertyType
flowIdstring
otpstring
I