Files
tauri-plugins-workspace/plugins/authenticator/permissions/autogenerated/reference.md
T
Lucas Fernandes Nogueira 5d170a5444 chore(deps): tauri 2.0.0-rc.3 (#1671)
* chore(deps): tauri 2.0.0-rc.3

* fix builds

* fix deep link [skip ci]
2024-08-17 07:40:57 -03:00

1.4 KiB

Permission Table

Identifier Description

authenticator:allow-init-auth

Enables the init_auth command without any pre-configured scope.

authenticator:deny-init-auth

Denies the init_auth command without any pre-configured scope.

authenticator:allow-register

Enables the register command without any pre-configured scope.

authenticator:deny-register

Denies the register command without any pre-configured scope.

authenticator:allow-sign

Enables the sign command without any pre-configured scope.

authenticator:deny-sign

Denies the sign command without any pre-configured scope.

authenticator:allow-verify-registration

Enables the verify_registration command without any pre-configured scope.

authenticator:deny-verify-registration

Denies the verify_registration command without any pre-configured scope.

authenticator:allow-verify-signature

Enables the verify_signature command without any pre-configured scope.

authenticator:deny-verify-signature

Denies the verify_signature command without any pre-configured scope.