module Keychain

Extended Modules

Defined in:

keychain/keychain.cr

Instance Method Summary

Instance Method Detail

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

Delete a security item from the keychain.


[View source]
def get(service : String, account : String) : String #

Get the value of a security item from the keychain.


[View source]
def set(service : String, account : String, password : String, label : String | Nil = nil) : Bool #

Add a security item to the keychain.


[View source]
def update(service : String, account : String, password : String) #

Update a security item in the keychain.


[View source]