ArcGISCredentialStoreIOSAccessibility enum

Controls keychain access via the corresponding accessibility attributes defined here: https://developer.apple.com/documentation/security/ksecattraccessible?language=objc

Inheritance
  • Object
  • Enum
  • ArcGISCredentialStoreIOSAccessibility
Available extensions

Values

passcode → const ArcGISCredentialStoreIOSAccessibility

The data in the keychain can only be accessed when the device is unlocked. Only available if a passcode is set on the device. Items with this attribute do not migrate to a new device.

unlocked → const ArcGISCredentialStoreIOSAccessibility

The data in the keychain item can be accessed only while the device is unlocked by the user.

unlockedThisDevice → const ArcGISCredentialStoreIOSAccessibility

The data in the keychain item can be accessed only while the device is unlocked by the user. Items with this attribute do not migrate to a new device.

firstUnlock → const ArcGISCredentialStoreIOSAccessibility

The data in the keychain item cannot be accessed after a restart until the device has been unlocked once by the user.

firstUnlockThisDevice → const ArcGISCredentialStoreIOSAccessibility

The data in the keychain item cannot be accessed after a restart until the device has been unlocked once by the user. Items with this attribute do not migrate to a new device.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ArcGISCredentialStoreIOSAccessibility>
A constant List of the values in this enum, in order of their declaration.