• Fetches a login config. Either the config with the provided name or, if omitted, the default config.

    Parameters

    • queryable: Queryable

      the client to use to fetch the config

    • Optional configName: string

      optional config name. If omitted, default config will be fetched

    Returns Promise<LoginConfig>