SongGuess
    Preparing search index...
    interface SecretsStoreSecret {
        get(): Promise<string>;
    }
    Index

    Methods

    Methods

    • Get a secret from the Secrets Store, returning a string of the secret value if it exists, or throws an error if it does not exist

      Returns Promise<string>