Interface JServerIdentityProviderById

interface JServerIdentityProviderById {
    [id: string]: JServerAnyIdentityProvider;
}

Indexable