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.
When this vault type "locks" the data stored in the vault is removed. Thus methods like unlock
and isLocked
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
, and isLocked
as well as the lockAfterbackgrounded
configuration property have no effect.
On iOS, this vault is synchronized via iCloud or new device setup.