Skip to main content
Version: 5.0

VaultType

The type of vault

Enumeration members

CustomPasscode

User will set a custom passcode that will be used to access the vault.

On iOS, this vault is NOT synchronized via iCloud or new device setup.

DeviceSecurity

Uses additional device features to add an additional layer of security while the user is in the app.

On iOS, this vault is NOT synchronized via iCloud or new device setup.

InMemory

Data will persist only while the application is in memory. This vault type cannot be locked/unlock so methods like lock, unlock, isLocked, and lockAfterbackgrounded have no effect.

On iOS, this vault is NOT synchronized via iCloud or new device setup.

SecureStorage

No additional security is required in the app. This vault type cannot be locked/unlock so methods like lock, unlock, isLocked, and lockAfterbackgrounded have no effect.

On iOS, this vault is synchronized via iCloud or new device setup.