You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/plugins/push-notifications/permissions/autogenerated/reference.md

42 lines
452 B

## Default Permission
Default permissions for the plugin
- `allow-push-token`
## Permission Table
<table>
<tr>
<th>Identifier</th>
<th>Description</th>
</tr>
<tr>
<td>
`push-notifications:allow-push-token`
</td>
<td>
Enables the push_token command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`push-notifications:deny-push-token`
</td>
<td>
Denies the push_token command without any pre-configured scope.
</td>
</tr>
</table>