An object containing information about permission allowed or denied in the permissions system and accessed using the {{ client_permissions }} object.
Field | Type | Description |
object_type | string | Will always be "permission". |
is_valid | true/false | Will always be true. |
name | string | The name of the permission (eg: "session", or any custom value set by the developer). |
allowed | true/false | True if the permission is set to "allow". False if the permission is set to "deny". |
expires | date | The date that the permission (either allowed or denied) is set to expire. |
value | string | The value stored with the permission. May be empty. |
Client Permissions allow ads
Copy