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

    Interface StartResendOptions

    Options for configuring resend functionality

    interface StartResendOptions {
        timeoutSeconds?: number;
        onStatusChange?: OnStatusChangeCallback;
        onTimeout?: () => void;
    }
    Index

    Properties

    timeoutSeconds?: number
    onStatusChange?: OnStatusChangeCallback
    onTimeout?: () => void