Model tokens
Permissions
User Group | Create? | Read? | Update? | Delete? |
---|
admin | x | x | x | x |
owner | x | x | x | x |
user | | | | |
Fields
Name | Type | Link | Maps To | Default | Indexed? | Unique? | Required? |
---|
__v | Number | | | | | | |
_deleted | Boolean | | | false | x | | |
_id | ObjectID | | | [Function] | | | |
_owner_id | ObjectID | User | _owner | | x | | |
_updated_by_id | ObjectID | User | _updated_by | | x | | |
access_token | String | | | | x | | |
createdAt | Date | | | | | | |
expires_in | Number | | | 86400 | | | |
last_accessed | Date | | | [Function] | x | | |
provider | String | | | | | | |
token_type | String | | | | | | |
updatedAt | Date | | | | | | |
user_id | ObjectID | | | | x | | |
Field Details
__v
{
"path": "__v",
"instance": "Number",
"options": {},
"validators": []
}
_deleted
{
"path": "_deleted",
"instance": "Boolean",
"options": {
"default": false,
"index": true
},
"validators": [],
"defaultValue": false
}
_id
{
"path": "_id",
"instance": "ObjectID",
"options": {
"auto": true,
"type": "ObjectId"
},
"validators": [],
"defaultValue": "[Function]"
}
_owner_id
{
"path": "_owner_id",
"instance": "ObjectID",
"options": {
"link": "User",
"map_to": "_owner",
"index": true
},
"validators": []
}
_updated_by_id
{
"path": "_updated_by_id",
"instance": "ObjectID",
"options": {
"link": "User",
"map_to": "_updated_by",
"index": true
},
"validators": []
}
access_token
{
"path": "access_token",
"instance": "String",
"options": {
"index": true
},
"validators": []
}
createdAt
{
"path": "createdAt",
"instance": "Date",
"options": {
"immutable": true
},
"validators": []
}
expires_in
{
"path": "expires_in",
"instance": "Number",
"options": {
"default": 86400
},
"validators": [],
"defaultValue": 86400
}
last_accessed
{
"path": "last_accessed",
"instance": "Date",
"options": {
"index": true
},
"validators": [],
"defaultValue": "[Function]"
}
provider
{
"path": "provider",
"instance": "String",
"options": {},
"validators": []
}
token_type
{
"path": "token_type",
"instance": "String",
"options": {},
"validators": []
}
updatedAt
{
"path": "updatedAt",
"instance": "Date",
"options": {},
"validators": []
}
user_id
{
"path": "user_id",
"instance": "ObjectID",
"options": {
"index": true
},
"validators": []
}