Poq.SDK.Node

Home > @poq/sdk-sfcc > ConfigurationParameters > apiKey

ConfigurationParameters.apiKey property

Signature:

apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);