interface IdP {
    idpId: string;
    userId: string;
}

Properties

Properties

idpId: string
userId: string