Stores the secret for the uid.
If permanently is true, the secret is stored in the default keyring. Otherwise the secret is stored in the
memory-only session keyring. If an error occurs, the function sets error and returns false.
| uid |
a unique identifier of the secret |
| secret |
the secret to store |
| label |
human readable description of the secret |
| permanently |
store permanently or just for the session |
| cancellable |
optional Cancellable object, or |
|
|