Service.decodeDbusSecret

Decode a #SecretValue 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 #SecretService, and the encoded secret must be valid for that session.

class Service
decodeDbusSecret
(
Variant value
)

Parameters

value Variant

the encoded secret

Return Value

Type: Value

the decoded secret value

Meta