Function

Secret-1Secretpassword_clear

  • Remove unlocked matching passwords from the secret service.

    The attributes should be a set of key and value string pairs.

    All unlocked items that match the attributes will be deleted.

    This method will return immediately and complete asynchronously.

    Parameters

    • schema: Schema

      the schema for the attributes

    • attributes: { [key: string]: any } | GLib.HashTable<string, string>

      the attribute keys and values

    • Optionalcancellable: Gio.Cancellable

      optional cancellation object

    Returns Promise<boolean>

  • Remove unlocked matching passwords from the secret service.

    The attributes should be a set of key and value string pairs.

    All unlocked items that match the attributes will be deleted.

    This method will return immediately and complete asynchronously.

    Parameters

    Returns void

  • Remove unlocked matching passwords from the secret service.

    The attributes should be a set of key and value string pairs.

    All unlocked items that match the attributes will be deleted.

    This method will return immediately and complete asynchronously.

    Parameters

    • schema: Schema

      the schema for the attributes

    • attributes: GLib.HashTable<string, string> | { [key: string]: any }

      the attribute keys and values

    • Optionalcancellable: Gio.Cancellable

      optional cancellation object

    • Optionalcallback: AsyncReadyCallback<Schema>

      called when the operation completes

    Returns void | Promise<boolean>