AuthMode
The type of authentication the vault should be configured to allow.
Enumeration members
BiometricAndPasscode
Both biometric and passcode authentication should be allowed
BiometricOnly
Biometrics authentication should only be allowed
BiometricOrPasscode
Use biometrics if it is available, otherwise use passcode
InMemoryOnly
Both biometric and passcode authentication should be disabled. With this setting all data in the vault will be cleared on lock or if the app is closed. Stored data is kept only in memory.
PasscodeOnly
Passcode authentication should only be allowed
SecureStorage
Both biometric and passcode authentication will be disabled but any stored values will persist and be stored securely at rest using the keychain and will be available without needing to authenticate via passcode or biometrics when the device is unlocked.