function useVerifyEmailOTP(): { verifyEmailOTP: (options: VerifyEmailOTPOptions) => Promise<VerifyEmailOTPResult>;};
Hook that provides access to the email OTP verification functionality.
This is the second step in the email authentication flow, used after signInWithEmail.