@flowscripter/dynamic-cli-framework
    Preparing search index...

    Class DefaultSecretService

    Internal service providing secret storage via OS-native credential stores. Not registered in Context -- used internally by DefaultKeyValueService (see dynamic-cli-framework).

    Implements

    Index
    • Store a secret value. Constructs the Bun secret name from the current scope and key.

      Parameters

      • key: string
      • value: string

      Returns Promise<string>

      the constructed Bun secret name (used as part of the sentinel value in the key-value Map).