Back to Char

Reference

plugins/auth/permissions/autogenerated/reference.md

latest1.8 KB
Original Source

Default Permission

Default permissions for the plugin

This default permission set includes the following:

  • allow-decode-claims
  • allow-get-item
  • allow-set-item
  • allow-remove-item
  • allow-clear
  • allow-get-account-info

Permission Table

<table> <tr> <th>Identifier</th> <th>Description</th> </tr> <tr> <td>

auth:allow-clear

</td> <td>

Enables the clear command without any pre-configured scope.

</td> </tr> <tr> <td>

auth:deny-clear

</td> <td>

Denies the clear command without any pre-configured scope.

</td> </tr> <tr> <td>

auth:allow-decode-claims

</td> <td>

Enables the decode_claims command without any pre-configured scope.

</td> </tr> <tr> <td>

auth:deny-decode-claims

</td> <td>

Denies the decode_claims command without any pre-configured scope.

</td> </tr> <tr> <td>

auth:allow-get-account-info

</td> <td>

Enables the get_account_info command without any pre-configured scope.

</td> </tr> <tr> <td>

auth:deny-get-account-info

</td> <td>

Denies the get_account_info command without any pre-configured scope.

</td> </tr> <tr> <td>

auth:allow-get-item

</td> <td>

Enables the get_item command without any pre-configured scope.

</td> </tr> <tr> <td>

auth:deny-get-item

</td> <td>

Denies the get_item command without any pre-configured scope.

</td> </tr> <tr> <td>

auth:allow-remove-item

</td> <td>

Enables the remove_item command without any pre-configured scope.

</td> </tr> <tr> <td>

auth:deny-remove-item

</td> <td>

Denies the remove_item command without any pre-configured scope.

</td> </tr> <tr> <td>

auth:allow-set-item

</td> <td>

Enables the set_item command without any pre-configured scope.

</td> </tr> <tr> <td>

auth:deny-set-item

</td> <td>

Denies the set_item command without any pre-configured scope.

</td> </tr> </table>