pub fn load_passkey_identities(path: &Utf8Path) -> Result<Vec<BoxedIdentity>>Expand description
Load every identity from path, allowing plugin entries
(AGE-PLUGIN-…). Used by yui secret unlock where the file
holds passkey identities (Pixel, Bitwarden, …) that age must
drive interactively at decrypt time.
IdentityFile parses comments / blank lines / multiple entries
per the standard age format; with_callbacks(UiCallbacks)
hands plugin invocations a terminal-based prompt for “press
the button now” / etc.