Interface JServerInfo

interface JServerInfo {
    identityProviderById: JServerIdentityProviderById;
    standardLoginAvailable: boolean;
    version: JServerVersion;
}

Properties

identityProviderById: JServerIdentityProviderById
standardLoginAvailable: boolean