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

Link copied to clipboard

Values are readable after the device has been unlocked at least once since boot. Survives screen lock — suitable for background work.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.