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

    Type Alias OnStatusChangeCallback

    OnStatusChangeCallback: (remainingSeconds: number, isDisabled: boolean) => void

    Callback function for status changes during resend countdown.

    Type Declaration

      • (remainingSeconds: number, isDisabled: boolean): void
      • Parameters

        • remainingSeconds: number

          Number of seconds remaining in the countdown

        • isDisabled: boolean

          Whether the resend functionality is currently disabled

        Returns void