module Keychain
Extended Modules
Defined in:
keychain/keychain.crInstance Method Summary
-
#delete(service : String, account : String) : Bool
Delete a security item from the keychain.
-
#get(service : String, account : String) : String
Get the value of a security item from the keychain.
-
#set(service : String, account : String, password : String, label : String | Nil = nil) : Bool
Add a security item to the keychain.
-
#update(service : String, account : String, password : String)
Update a security item in the keychain.
Instance Method Detail
def get(service : String, account : String) : String
#
Get the value of a security item from the keychain.
def set(service : String, account : String, password : String, label : String | Nil = nil) : Bool
#
Add a security item to the keychain.
def update(service : String, account : String, password : String)
#
Update a security item in the keychain.