Interface JServerIdentityProviderBase

interface JServerIdentityProviderBase {
    id: string;
    name: string;
    type: JSERVER_IDENTITY_PROVIDER_TYPES;
}

Hierarchy (view full)

Properties

Properties

id: string
name: string