Interface

Secret-1SecretRetrievableInterface

Interface for implementing Retrievable. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_retrieve_secret(
        cancellable?: Gio.Cancellable,
        callback?: AsyncReadyCallback<Secret.Retrievable.Interface>,
    ): void;
    vfunc_retrieve_secret_finish(result: Gio.AsyncResult): Secret.Value;
}

Hierarchy (View Summary)

Index

Methods