Retrieves the secret value specified by the secret name.
The getSecretValue()
function returns a Promise that resolves to the value of the secret with the specified given name.
Note: Only use a secret's value in the backend code. Returning the secret value in the frontend is a security risk.
You can only call this method when authenticated as a Wix app or Wix user identity.
The name of the secret to get the value of.