Member Junction
    Preparing search index...

    Interface PublicAuthProviderCatalog

    Response body of the unauthenticated GET /auth/providers catalog endpoint.

    interface PublicAuthProviderCatalog {
        providers: PublicAuthProviderInfo[];
    }
    Index

    Properties

    Properties

    Active, client-visible providers, already sorted by sequence then displayName.