Class PasswordEntryRow

All Implemented Interfaces:
PointerInterface

public class PasswordEntryRow extends EntryRow
A [class@EntryRow] tailored for entering secrets.

<picture>
<source srcset="password-entry-row-dark.png" media="(prefers-color-scheme: dark)">
<img src="password-entry-row.png" alt="password-entry-row">
</picture>

It does not show its contents in clear text, does not allow to copy it to the
clipboard, and shows a warning when Caps Lock is engaged. If the underlying
platform allows it, `AdwPasswordEntryRow` will also place the text in a
non-pageable memory area, to avoid it being written out to disk by the
operating system.

It offer a way to reveal the contents in clear text.

## CSS Nodes

`AdwPasswordEntryRow` has a single CSS node with name `row` that carries
`.entry` and `.password` style classes.

https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/class.PasswordEntryRow.html