Accessibility
Controls when stored values may be decrypted.
Maps to Keychain kSecAttrAccessible* constants on iOS and to user-presence requirements on Android Keystore. Choose the strictest setting your UX allows.
Since
0.1.0
Entries
Values are readable after the device has been unlocked at least once since boot. Survives screen lock — suitable for background work.
Values are readable only while the device is currently unlocked. Highest practical security for routine secrets; the OS may evict cached keys when the screen locks.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.