TypeScript API Documentation for LIBSECRET
API Version: 1
Library Version: 0.21.7
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
The type of an attribute in a SecretSchema.
Attributes are stored as strings in the Secret Service, and the attribute types simply define standard ways to store integer and boolean values as strings.
a boolean attribute, stored as 'true' or 'false'
an integer attribute, stored as a decimal
a utf-8 string attribute
The type of an attribute in a SecretSchema.
Attributes are stored as strings in the Secret Service, and the attribute types simply define standard ways to store integer and boolean values as strings.