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

    Interface StartResendOptions

    Options for configuring resend functionality

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

    Properties

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