Service.decodeDbusSecret

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.

class Service
decodeDbusSecret

Parameters

value glib.variant.Variant

the encoded secret

Return Value

Type: secret.value.Value

the decoded secret value