Module: Secret::BackendFlags

Defined in:
(unknown)

Constant Summary collapse

NONE =

no flags for initializing the Secret::Backend

0 or :none
OPEN_SESSION =

establish a session for transfer of secrets while initializing the Secret::Backend

2 or :open_session
LOAD_COLLECTIONS =

load collections while initializing the Secret::Backend

4 or :load_collections