@auth0/auth0-acul-react - v1.0.0
    Preparing search index...

    Interface UseResendOptions

    Optional configuration for useResend.

    interface UseResendOptions {
        timeoutSeconds?: number;
        onTimeout?: () => void;
    }
    Index

    Properties

    timeoutSeconds?: number

    Countdown duration (in seconds) before another resend is allowed. Defaults to 10.

    onTimeout?: () => void

    Callback fired when the countdown finishes and the resend action becomes available again.