Returns true if the specified vault entry exists.
The key for the item to check existence.
True if the specified vault entry exists.
Returns the stored value for the specified vault entry.
The key for the item to read.
Stored value for the specified vault entry.
Removes an entry from the vault.
The key for item to remove.
Status of the remove operation.
Writes the provided value to the specified vault entry.
The key for the item to write.
The value to write.
The status of the write operation.
Generated using TypeDoc
The Vault aptitude allows Loops to retrieve and store strings in the system's secure storage (Keychain for MacOS, Credential Manager for Windows).