Skip to content
Docs Try Aspire
Docs Try

StripeResource.withApiKey

Method
📦 CommunityToolkit.Aspire.Hosting.Stripe v13.4.0
interface StripeResource {
// ... omitted for brevity
withApiKey(apiKey: ParameterResource): StripeResource;
}

Signature

method withApiKey builder
Configures the Stripe CLI to use a specific API key from a parameter.
withApiKey(apiKey: ParameterResource): StripeResource
apiKey ParameterResource
StripeResource

Defined on

This method is defined on the following type: