method SecretsService.prototype.get SecretsService.prototype.get(name: string): Promise<string> Retrieves a secret, serving a fresh cache entry when present. Parameters name: string Secret name (provider-specific path syntax) Return Type Promise<string> The secret value Throws Error If the secret does not exist