@bloock/sdk / AccessControlType
Enumeration: AccessControlType
Represents the access control type a cryptographic key.
Table of contents
Enumeration Members
Enumeration Members
NONE
• NONE = 0
Indicates that the key is not protected by access control.
Defined in
entity/key/access_control_type.ts:10
SECRET
• SECRET = 2
Indicates that the key is protected by a Secret-based access control.
Defined in
entity/key/access_control_type.ts:18
TOTP
• TOTP = 1
Indicates that the key is protected by a TOTP-based access control.