RetrieveAppsSecret
Source:
src/Stripe/RetrieveAppsSecret.ts
Retrieve a bound Stripe Apps Secret over HTTP. Find is keyed by
name and scope, both taken from the bound resource.
Reading an Apps Secret
Section titled “Reading an Apps Secret”const retrieve = yield* Stripe.RetrieveAppsSecret(apiKey);const live = yield* retrieve({ expand: ["payload"] });