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 | null

      the schema for the attributes

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

      the attribute keys and values

    • cancellable: Gio.Cancellable | null

      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

    • schema: Schema | null

      the schema for the attributes

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

      the attribute keys and values

    • cancellable: Gio.Cancellable | null

      optional cancellation object

    • callback: AsyncReadyCallback<Schema | null> | null

      called when the operation completes

    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 | null

      the schema for the attributes

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

      the attribute keys and values

    • cancellable: Gio.Cancellable | null

      optional cancellation object

    • callback: AsyncReadyCallback<Schema | null> | null

      called when the operation completes

    Returns void | Promise<boolean>