KeychainItemType

Dictionary passed to the createKeychainItem method.

  • 6.1.0
  • 6.1.0
  • 6.1.0

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

KeychainItemType
: Number
Optional constants used to determine the access control with the specified protection type and flags. ...

Optional constants used to determine the access control with the specified protection type and flags. The constants can be concatenated by using the Bit OR operator, e.g. optionA | optionB | optionC.

This API can be assigned the following constants:

KeychainItemType
: String
Optional identifier used to define the access group the keychain item should be valid. ...

Optional identifier used to define the access group the keychain item should be valid. This can be used to share a keychain item across two or more apps that use the same organization group identifier. More information about keychain access groups can be found in the official iOS documentation.

  • 6.1.0
  • 6.1.0
KeychainItemType
: Number
Optional constant used for determining when a keychain item should be readable. ...

Optional constant used for determining when a keychain item should be readable. Use this property with caution to enable advanced access control. More information about this property and it's values can be found in the official iOS documentation.

This API can be assigned the following constants:

KeychainItemType
: String
Define the cipher used to encrypt keychain items. ...

Define the cipher used to encrypt keychain items. Android supported ciphers

Default: AES/CBC/PKCS7Padding

  • 6.1.0
KeychainItemType
: String
Required identifier to create or receive a keychain item. ...

Required identifier to create or receive a keychain item. The identifier cannot contain alphanumeric characters or it might be rejected by the keychain.

KeychainItemType
: Dictionary
Optional parameter used to specify additional values to the keychain. ...

Optional parameter used to specify additional values to the keychain. Example: The raw-value of kSecUseOperationPrompt is u_OpPrompt, so you could specify options: {'u_OpPrompt': 'Please authenticate yourself!'}.

  • 6.1.0
  • 6.1.0