kaccelero
Toggle table of contents
0.6.1
apple
Platform filter
apple
Switch theme
Search in API
kaccelero
settings
/
dev.kaccelero.repositories
/
KeychainRepository
Keychain
Repository
apple
class
KeychainRepository
(
service
:
String
?
=
null
,
keychainAccessGroup
:
String
?
=
null
)
Members
Constructors
Keychain
Repository
Link copied to clipboard
apple
constructor
(
service
:
String
?
=
null
,
keychainAccessGroup
:
String
?
=
null
)
Functions
add
Keychain
Item
Link copied to clipboard
apple
fun
addKeychainItem
(
key
:
String
,
value
:
NSData
?
)
:
Boolean
get
Keychain
Item
Link copied to clipboard
apple
fun
getKeychainItem
(
key
:
String
)
:
NSData
?
has
Keychain
Item
Link copied to clipboard
apple
fun
hasKeychainItem
(
key
:
String
)
:
Boolean
remove
Keychain
Item
Link copied to clipboard
apple
fun
removeKeychainItem
(
key
:
String
)
set
Keychain
Item
Link copied to clipboard
apple
fun
setKeychainItem
(
key
:
String
,
value
:
NSData
?
)
update
Keychain
Item
Link copied to clipboard
apple
fun
updateKeychainItem
(
key
:
String
,
value
:
NSData
?
)