Interface IIdentityProvider

interface IIdentityProvider {
    brand?: string;
    icon?: string;
    id: string;
    name: string;
}

Properties

Properties

brand?: string
icon?: string
id: string
name: string