Service.decodeDbusSecret

Decode a structValue into glib.variant.VariantG received with the Secret Service DBus API.

The glib.variant.VariantG 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.VariantG

the encoded secret

Return Value

Type: secret.value.Value

the decoded secret value