This will allow the share extension to access the Bearer token to send images to the backend.
37 lines
364 B
Markdown
37 lines
364 B
Markdown
|
|
## 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>
|
|
</table>
|