wip
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
const COMMANDS: &[&str] = &["saveToken"];
|
const COMMANDS: &[&str] = &["save_token"];
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
tauri_plugin::Builder::new(COMMANDS)
|
tauri_plugin::Builder::new(COMMANDS)
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
# Automatically generated - DO NOT EDIT!
|
||||||
|
|
||||||
|
"$schema" = "../../schemas/schema.json"
|
||||||
|
|
||||||
|
[[permission]]
|
||||||
|
identifier = "allow-save-token"
|
||||||
|
description = "Enables the save_token command without any pre-configured scope."
|
||||||
|
commands.allow = ["save_token"]
|
||||||
|
|
||||||
|
[[permission]]
|
||||||
|
identifier = "deny-save-token"
|
||||||
|
description = "Denies the save_token command without any pre-configured scope."
|
||||||
|
commands.deny = ["save_token"]
|
@ -38,6 +38,32 @@ Enables the saveToken command without any pre-configured scope.
|
|||||||
|
|
||||||
Denies the saveToken command without any pre-configured scope.
|
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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -306,6 +306,18 @@
|
|||||||
"const": "deny-saveToken",
|
"const": "deny-saveToken",
|
||||||
"markdownDescription": "Denies the saveToken command without any pre-configured scope."
|
"markdownDescription": "Denies the saveToken command without any pre-configured scope."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Enables the save_token command without any pre-configured scope.",
|
||||||
|
"type": "string",
|
||||||
|
"const": "allow-save-token",
|
||||||
|
"markdownDescription": "Enables the save_token command without any pre-configured scope."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Denies the save_token command without any pre-configured scope.",
|
||||||
|
"type": "string",
|
||||||
|
"const": "deny-save-token",
|
||||||
|
"markdownDescription": "Denies the save_token command without any pre-configured scope."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Default permissions for the plugin\n#### This default permission set includes:\n\n- `allow-save-token`",
|
"description": "Default permissions for the plugin\n#### This default permission set includes:\n\n- `allow-save-token`",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
Reference in New Issue
Block a user