zerot
    Preparing search index...

    Function setSessionProvider

    • Sets the global session provider. This function should be called once at the application's entry point to configure how the authentication context is retrieved.

      Parameters

      • provider: undefined | SessionProvider

        The function that provides the authentication context.

      Returns void