secret.types

D types for secret1 library

Variables 6

enumvarBACKEND_EXTENSION_POINT_NAME = "secret-backend"

Extension point for the secret backend.

enumvarCOLLECTION_DEFAULT = "default"

An alias to the default collection.

This can be passed to func@password_store [secret.collection.Collection.forAlias].

enumvarCOLLECTION_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.

enumvarMAJOR_VERSION = 0

The major version of libsecret.

enumvarMICRO_VERSION = 4

The micro version of libsecret.

enumvarMINOR_VERSION = 21

The minor version of libsecret.