Files
tauri-plugins-workspace/plugins/secure-storage/permissions/autogenerated/reference.md
T
2025-08-07 13:20:53 +02:00

1.2 KiB

Permission Table

Identifier Description

secure-storage:allow-get-binary

Enables the get_binary command without any pre-configured scope.

secure-storage:deny-get-binary

Denies the get_binary command without any pre-configured scope.

secure-storage:allow-get-string

Enables the get_string command without any pre-configured scope.

secure-storage:deny-get-string

Denies the get_string command without any pre-configured scope.

secure-storage:allow-set-binary

Enables the set_binary command without any pre-configured scope.

secure-storage:deny-set-binary

Denies the set_binary command without any pre-configured scope.

secure-storage:allow-set-string

Enables the set_string command without any pre-configured scope.

secure-storage:deny-set-string

Denies the set_string command without any pre-configured scope.