Interface JServerInfo

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

Properties

identityProviderById: JServerIdentityProviderById
serviceById?: JServerServiceById
standardLoginAvailable: boolean