[][src]Function keytar::ffi::set_password

pub fn set_password(
    service: String,
    account: String,
    password: String
) -> Result<(), Exception>

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.

Equivalent to setPassword