Interface JServerIdentityProviderSso

interface JServerIdentityProviderSso {
    id: string;
    imageData: string;
    loginUrl: string;
    name: string;
    type: SSO;
}

Hierarchy (view full)

Properties

id: string
imageData: string
loginUrl: string
name: string
type: SSO