Member Junction
    Preparing search index...

    Fetches, caches, and resolves the public authentication-provider catalog.

    All members are static: this runs before the Angular injector exists.

    Index

    Constructors

    Methods

    • Records the user's picker choice and reports whether the page must reload to apply it.

      A reload is required whenever the chosen provider differs from the one already wired into DI: each browser SDK contributes Angular providers (interceptors, guards, config tokens) at module-definition time, so switching providers cannot be done in a live injector. Choosing the provider that is already active needs no reload — the caller simply calls login().

      Parameters

      Returns { requiresReload: boolean }