Poq.SDK.Node

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

Configuration.apiKey property

parameter for apiKey security

Signature:

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