Service.decodeDbusSecret
secret.value.Value decodeDbusSecret(glib.variant.Variant value)Decode a structValue 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 classService, and the encoded secret must be valid for that session.
Parameters
value | the encoded secret |
Returns
the decoded secret value