module

Keychain

Instance methods

delete(service : String, account : String) : Bool

Delete a security item from the keychain.

Source
get(service : String, account : String) : String

Get the value of a security item from the keychain.

Source
set(service : String, account : String, password : String, label : String | Nil = nil) : Bool

Add a security item to the keychain.

Source
update(service : String, account : String, password : String)

Update a security item in the keychain.

Source

Nested types