Member Junction
    Preparing search index...
    AuthenticationErrorCallback: (error: Error) => void

    Callback invoked when token refresh fails irrecoverably (e.g., session fully expired). The client application should use this to notify the user and force re-authentication.

    Type Declaration

      • (error: Error): void
      • Parameters

        • error: Error

        Returns void