User Consent & Terms
Terms Structure
{
read: {
personal: { name: 'Full Fullerson' },
credentials: {
shareAll: true,
sharing: true,
categories: {
Achievement: {
shareAll: true,
sharing: true,
shared: ['achievement1', 'achievement2']
},
ID: {
shareAll: true,
sharing: true,
shared: ['id1', 'id2']
}
}
}
},
write: {
personal: { name: true },
credentials: {
categories: {
Achievement: true,
ID: true
}
}
}
}Managing Consent
Last updated
Was this helpful?