@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Function extractEnvSecretName

    • Extract the env-var name from a $ENV:VAR reference, or null if the value is a literal secret. Safe to display: the env-var name is not itself sensitive (it's a well-known identifier the user chose), and this helper exists so callers printing the source of a credential can avoid handling the raw client_secret field value at all.

      Parameters

      • value: string

      Returns string | null