Auth0 Universal Components
    Preparing search index...

    Function useCoreClient

    • Hook to access the CoreClient instance from context.

      Provides access to the initialized CoreClient which handles API calls and business logic.

      Returns { coreClient: CoreClientInterface | null }

      The current CoreClient instance or null if not initialized.

      Throws if used outside of an Auth0ComponentProvider.