Constants

Details

Secret.BACKEND_EXTENSION_POINT_NAME = 'secret-backend'

Extension point for the secret backend.

Secret.COLLECTION_DEFAULT = 'default'

An alias to the default collection.

This can be passed to ‘func@password_store [func@Collection.for_alias]’.

Secret.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`], [func`Collection`.for_alias] or similar functions.

Secret.MAJOR_VERSION = 0

The major version of libsecret.

Secret.MICRO_VERSION = 4

The micro version of libsecret.

Secret.MINOR_VERSION = 21

The minor version of libsecret.