secret.types
D types for secret1 library
Types 11
aliasBackendFlags = SecretBackendFlags
aliasError = SecretError
aliasItemFlags = SecretItemFlags
aliasSchemaFlags = SecretSchemaFlags
aliasSchemaType = SecretSchemaType
aliasSearchFlags = SecretSearchFlags
aliasServiceFlags = SecretServiceFlags
Variables 6
enumvar
BACKEND_EXTENSION_POINT_NAME = "secret-backend"Extension point for the secret backend.
enumvar
COLLECTION_DEFAULT = "default"An alias to the default collection.
This can be passed to func@password_store [secret.collection.Collection.forAlias].
enumvar
COLLECTION_SESSION = "session"An alias to the session collection, which will be cleared when the user ends the session.
This can be passed to func@password_store, [secret.collection.Collection.forAlias] or similar functions.
enumvar
MAJOR_VERSION = 0The major version of libsecret.
enumvar
MICRO_VERSION = 4The micro version of libsecret.
enumvar
MINOR_VERSION = 21The minor version of libsecret.