Injects the application's SecretStore, for secrets the user names.
Distinct from defineSecret, which declares one key the extension knows
about at definition time. A store covers the other case: an extension that
lets a user keep several named credentials cannot declare their names,
because it does not learn them until the user types one. Declaring a key and
storing a user's are different abilities, not two ways to do the same thing.
Injects the application's SecretStore, for secrets the user names.
Distinct from
defineSecret, which declares one key the extension knows about at definition time. A store covers the other case: an extension that lets a user keep several named credentials cannot declare their names, because it does not learn them until the user types one. Declaring a key and storing a user's are different abilities, not two ways to do the same thing.