zibri
Preparing search index...
auth/encryption/encryption-master-options.model
EncryptionMasterKey
Type Alias EncryptionMasterKey<TKey>
Definition of the key used to encrypt encryption keys.
type
EncryptionMasterKey
<
TKey
>
=
{
id
:
string
;
value
:
TKey
;
}
Type Parameters
TKey
Index
Properties
id
value
Properties
id
id
:
string
The id of the key.
value
value
:
TKey
The actual value.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
value
zibri
Loading...
Definition of the key used to encrypt encryption keys.