14 lines
401 B
TOML
14 lines
401 B
TOML
# 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"]
|