70 lines
778 B
Markdown
70 lines
778 B
Markdown
## Default Permission
|
|
|
|
Default permissions for the plugin
|
|
|
|
#### This default permission set includes the following:
|
|
|
|
- `allow-save-token`
|
|
|
|
## Permission Table
|
|
|
|
<table>
|
|
<tr>
|
|
<th>Identifier</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`ios-shared-token:allow-saveToken`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the saveToken command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`ios-shared-token:deny-saveToken`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the saveToken command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`ios-shared-token:allow-save-token`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Enables the save_token command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>
|
|
|
|
`ios-shared-token:deny-save-token`
|
|
|
|
</td>
|
|
<td>
|
|
|
|
Denies the save_token command without any pre-configured scope.
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|