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

    Interface UseResendReturn

    Return type for useResend.

    interface UseResendReturn {
        remaining: number;
        disabled: boolean;
        startResend: () => void;
    }
    Index

    Properties

    remaining: number

    Seconds remaining until the next resend attempt is allowed.

    disabled: boolean

    Whether the resend action is currently disabled.

    startResend: () => void

    Start a resend attempt immediately, if allowed.