Secret.Service.prototype.decode_dbus_secret
function decode_dbus_secret(value: GLib.Variant): Secret.Value { // Gjs wrapper for secret_service_decode_dbus_secret() }
Decode a Secret.Value into GVariant received with the Secret Service DBus API.
The GVariant should have a <literal>(oayays)</literal> signature.
A session must have already been established by the Secret.Service, and the encoded secret must be valid for that session.
- value
the encoded secret
- Returns
the decoded secret value