Interface JServerIdentityProviderAuth0Password

interface JServerIdentityProviderAuth0Password {
    clientId: string;
    domain: string;
    id: string;
    name: string;
    realm: string;
    type: AUTH0_SPA;
}

Hierarchy (view full)

Properties

clientId: string
domain: string
id: string
name: string
realm: string
type: AUTH0_SPA