Interface IIdentityProvider

interface IIdentityProvider {
    id: string;
}

Properties

Properties

id: string