How users will be able to manage permissions to their data
profile
to return general profile info.
Scope can be extended to include access to the database, which is organized in the following hierarchy: database > table > row > field
.
For example, an application might request the following scope:
profile
database_id.table_id
= readdatabase_id.table_id.row_id
= read, write