module Keyring
Extended Modules
Defined in:
keyring.crInstance Method Summary
- #delete(service : String, account) : Bool
- #get(service : String, account : String) : String
- #set(service : String, account : String, password : String, label : String | Nil = nil) : Bool
Instance Method Detail
def set(service : String, account : String, password : String, label : String | Nil = nil) : Bool
#