Service.decodeDbusSecret
secret.value.Value decodeDbusSecret(glib.variant.Variant value)Decode a secret.value.Value into glib.variant.Variant received with the Secret Service DBus API.
The glib.variant.Variant should have a (oayays) signature.
A session must have already been established by the secret.service.Service, and the encoded secret must be valid for that session.
Parameters
value | the encoded secret |
Returns
the decoded secret value