Credential Store plugin development =================================== The :class:`CredentialStorePlugin ` base class enables rapid credential store plugin development by providing a base class that implements common credential store plugin functionality that any such plugin should possess. There are also helper functions and Python decorators for simplifying frequent tasks. *New in version 1.2.0.* .. toctree:: :includehidden: credentialstore_plugins/credentialstore_plugin_common_configuration credentialstore_plugins/credentialstore_plugin_development credentialstore_plugins/credentialstore_plugin_credentialstore_plugin