[][src]Module keytar::ffi

Structs

Password

Workaround until cxx supports Options https://github.com/dtolnay/cxx/issues/87

Functions

delete_password

Delete the stored password for the service and account.

find_password

Find a password for the service in the keychain. This is ideal for scenarios where an account is not required.

get_password

Get the stored password for the service and account.

set_password

Save the password for the service and account to the keychain. Adds a new entry if necessary, or updates an existing entry if one exists.